Fixes missing dependencies in Makefile
オープン
まだ誰も着手していません。
build
dependencies
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
Bug report
Bug description:
This Makefile fixes an issue in the cpython. Specifically, previously, any modifications of files like Modules/expat/*.c would not trigger a rebuild of Modules/expat/xmltok.o
Makefile_fixed.zip
. The Makefile fixes this by including them as additional dependencies.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-119647
- gh-119685
- gh-119686
- gh-125389
- gh-125998
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
CPython Makefile と Modules/expat/xmltok.o の依存関係ルールから始めます。添付された Makefile_fixed.zip と比較し、Modules/expat/*.c 配下のファイルを変更すると xmltok.o の再ビルドが発生することを確認します。リンクされた PR は、この作業がすでに別の場所に移されたことを示しています。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100