Closed Bug 672938 Opened 13 years ago Closed 13 years ago

Make pythonpath.py work better with pymake native commands

Categories

(Firefox Build System :: General, defect)

x86
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla8

People

(Reporter: khuey, Assigned: khuey)

References

Details

Attachments

(1 file, 1 obsolete file)

This means corralling the functionality into a 'main' method that we can call.
Attached patch Patch (obsolete) (deleted) — Splinter Review
Attachment #547244 - Flags: review?(ted.mielczarek)
Attached patch Patch (deleted) — Splinter Review
Attachment #547244 - Attachment is obsolete: true
Attachment #547429 - Flags: review?(ted.mielczarek)
Attachment #547244 - Flags: review?(ted.mielczarek)
Comment on attachment 547429 [details] [diff] [review] Patch Review of attachment 547429 [details] [diff] [review]: ----------------------------------------------------------------- ::: build/tests/test_expressionparser.txt @@ +9,5 @@ > > Test basic values:: > > >>> parse("1") > + 4 You're going to want to leave this out when you land this patch. :) ::: config/pythonpath.py @@ +43,5 @@ > + > + execfile(script, frozenglobals) > + > +# Freeze scope here ... why this makes things work I have no idea ... > +frozenglobals = globals() This is a little goofy, but I'm sure there's a reasonable explanation. I would like to know what it is, but I'm not going to block you on landing this.
Attachment #547429 - Flags: review?(ted.mielczarek) → review+
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: