mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
98688c1a41
Now that defining $DMD is no longer necessary to run DMD, this patch does the following. - Removes all the places where we set DMD=1 (test harnesses, etc.) - Still handles DMD=1, for backwards compatibility. - Prints "$DMD is undefined" at DMD start-up if appropriate. - Writes a |null| value for |dmdEnvVar| in the JSON if $DMD is undefined. Bumps the DMD output version number accordingly. - Changes a bunch of the test files accordingly, including changing the mode of script-ignore-alloc-fns.json in order to test a case where $DMD is undefined. --HG-- extra : rebase_source : eb1ef5722410734ce6d7658465ff6f442ee4ed49 |
||
---|---|---|
.. | ||
bitstring | ||
blessings | ||
configobj | ||
eme | ||
jsmin | ||
lldbutils | ||
mach | ||
mock-1.0.0 | ||
mozboot | ||
mozbuild | ||
mozversioncontrol/mozversioncontrol | ||
psutil | ||
pyasn1 | ||
virtualenv | ||
which | ||
mach_commands.py | ||
moz.build | ||
README |
This directory contains common Python code. The basic rule is that if Python code is cross-module (that's "module" in the Mozilla meaning - as in "module ownership") and is MPL-compatible, it should go here. What should not go here: * Python that is not MPL-compatible (see other-licenses/) * Python that has good reason to remain close to its "owning" (Mozilla) module (e.g. it is only being consumed from there). Historical information can be found at https://bugzilla.mozilla.org/show_bug.cgi?id=775243