--enable-optimizations makes common build commands always need to compile from scratch
未關閉
還沒有人認領這個 Issue。
3.7 (EOL)
build
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 558
描述
| BPO | 29243 |
|---|---|
| Nosy | @brettcannon, @gpshead, @vstinner, @asvetlov, @methane, @zhangyangyu, @stratakis, @torsava |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2017-01-11.16:15:14.785>
labels = ['type-feature', '3.7', 'build']
title = '--enable-optimizations makes common build commands always need to compile from scratch'
updated_at = <Date 2017-12-20.20:50:35.331>
user = 'https://github.com/zhangyangyu'
bugs.python.org fields:
activity = <Date 2017-12-20.20:50:35.331>
actor = 'asvetlov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Build']
creation = <Date 2017-01-11.16:15:14.785>
creator = 'xiang.zhang'
dependencies = []
files = []
hgrepos = []
issue_num = 29243
keywords = []
message_count = 18.0
messages = ['285233', '285259', '286226', '290076', '293100', '293112', '293113', '293315', '293319', '293334', '293377', '293385', '293387', '293388', '293397', '293414', '293437', '308811']
nosy_count = 8.0
nosy_names = ['brett.cannon', 'gregory.p.smith', 'vstinner', 'asvetlov', 'methane', 'xiang.zhang', 'cstratak', 'torsava']
pr_nums = ['1478', '1518', '1520', '1522']
priority = 'normal'
resolution = None
stage = 'commit review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue29243'
versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,使用 --enable-optimizations 和標題中提到的常用建置命令,重現增量建置行為。比較啟用和不啟用該選項時重複建置的結果;當未變更的原始檔不再觸發完整重建時,即表示完成。該 issue 列出了 PR 1478、1518、1520 和 1522,因此請先檢查它們的狀態。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- build-system
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100