This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年09月23日 09:04 by chris.jerdonek, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue16004.diff | ezio.melotti, 2012年09月23日 12:22 | |||
| Messages (8) | |||
|---|---|---|---|
| msg171019 - (view) | Author: Chris Jerdonek (chris.jerdonek) * (Python committer) | Date: 2012年09月23日 09:04 | |
This issue is to add "make touch" to the 2.7 Makefile as suggested by Nick Coghlan in the following comment to issue 15964: "We should be able to add the "make touch" target to the 2.7 Makefile without running afoul of the "no new features" rule." (from http://bugs.python.org/issue15964#msg171001 ) This will make it easier to help people address certain build errors encountered when switching between 2.7 and 3.x branches. |
|||
| msg171027 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年09月23日 11:21 | |
I'm not so sure it's worth adding it. ISTM that this would be useful only to people that already encountered the problem described in #15964 and now that `make touch` is the solution. All the others will have to google for a solution anyway, and there's no much difference in finding `make touch` or `touch Include/Python-ast.h Python/Python-ast.c` |
|||
| msg171028 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2012年09月23日 11:58 | |
The idea is to make the solution consistent, regardless of which branch you have checked out (in 3.x, the list of files to touch is longer and "make touch" already exists) |
|||
| msg171030 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年09月23日 12:22 | |
> in 3.x, the list of files to touch is longer You mean that the attached patch is enough for 2.7? In that case I guess it might be OK. |
|||
| msg183462 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2013年03月04日 15:05 | |
Nick, is the attached patch ok? |
|||
| msg183937 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2013年03月11日 06:49 | |
Yep, that should be fine for 2.7. 3.3+ adds more due to the importlib bootstrapping. |
|||
| msg183939 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年03月11日 07:15 | |
New changeset da3f4774b939 by Ezio Melotti in branch '2.7': #16004: Add `make touch`. http://hg.python.org/cpython/rev/da3f4774b939 |
|||
| msg183973 - (view) | Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) | Date: 2013年03月11日 16:42 | |
"touch" target could be also added to 3.2 branch. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60208 |
| 2013年03月11日 16:42:21 | Arfrever | set | messages: + msg183973 |
| 2013年03月11日 07:15:55 | ezio.melotti | set | status: open -> closed assignee: ezio.melotti resolution: fixed stage: patch review -> resolved |
| 2013年03月11日 07:15:28 | python-dev | set | nosy:
+ python-dev messages: + msg183939 |
| 2013年03月11日 06:49:29 | ncoghlan | set | messages: + msg183937 |
| 2013年03月04日 15:05:51 | ezio.melotti | set | messages: + msg183462 |
| 2012年10月01日 01:41:04 | ezio.melotti | set | stage: needs patch -> patch review |
| 2012年09月23日 18:44:49 | Arfrever | set | nosy:
+ Arfrever |
| 2012年09月23日 12:22:38 | ezio.melotti | set | files:
+ issue16004.diff keywords: + patch messages: + msg171030 |
| 2012年09月23日 11:58:00 | ncoghlan | set | messages: + msg171028 |
| 2012年09月23日 11:21:10 | ezio.melotti | set | messages: + msg171027 |
| 2012年09月23日 09:12:45 | ezio.melotti | set | nosy:
+ ezio.melotti type: enhancement stage: needs patch |
| 2012年09月23日 09:04:35 | chris.jerdonek | create | |