[Python-Dev] Please help complete the AST branch (original) (raw)
Jeremy Hylton jhylton at gmail.com
Wed Jan 5 19:58:02 CET 2005
- Previous message: [Python-Dev] Please help complete the AST branch
- Next message: [Python-Dev] Please help complete the AST branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 05 Jan 2005 13:20:51 -0500, Kurt B. Kaiser <kbk at shore.net> wrote:
Jeremy Hylton <jhylton at gmail.com> writes:
> Does anyone want to volunteer to integrate the current head to the > branch? I think that's a pretty important near-term step. I'll take a shot at it.
Great! I say this after reading your other message in response to my suggestion to create a new branch. If you can manage to do the integration, it's simpler for everyone to stick to a single branch. (For example, there will be no opportunity for someone to work on the wrong branch.)
29 conflicts
Oh. That's not as bad as I expected.
Major conflict: Python/compile.c (Probably not merged during 1st merge)
I think that's right. I didn't merge any of the changes, then.
Lib/test/testcompile.c (ditto)
Probably.
Lib/test/testos.py (AST?) Lib/test/testre.py (AST?)
I wonder if these two were edited to worm around some bugs in early versions of newcompile.c. You could check the revision history. If that's the case, it's safe to drop the changes.
Major conflict probably not AST related: Lib/test/testbool.py Lib/test/testurllib.py Lib/test/output/testprofile Python/pythonrun.c (check brackets!)
There are actually a lot of AST-related changes in pythonrun.c, because it is the gunk between files and stdin and the actual compiler and runtime.
Jeremy
- Previous message: [Python-Dev] Please help complete the AST branch
- Next message: [Python-Dev] Please help complete the AST branch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]