gecko-dev/config
Ricky Stewart 5a39034089 Bug 1619460 - ensure subsequent runs of ./mach build-backend under Python 3 produce consistent results r=dmajor
Dictionary iteration under Python 3 is in an inherently unpredictable order, and while we try to keep DEFINES ordered through the use of OrderedDicts, if at any point we populate DEFINES directly or indirectly while iterating through the contents of a non-ordered dictionary, the order of the DEFINES (and therefore the contents of the output Makefile) will be nondeterministic as well. This patch makes a number of changes to ensure that we only ever populate DEFINES in a deterministic fashion. (Note that in Python 3.7 and later, the built-in dict class actually has deterministic ordering, so these changes are technically only necessary until our minimum Python version becomes 3.7.)

Differential Revision: https://phabricator.services.mozilla.com/D66089

--HG--
extra : moz-landing-system : lando
2020-03-09 22:34:19 +00:00
..
external Bug 1619460 - ensure subsequent runs of ./mach build-backend under Python 3 produce consistent results r=dmajor 2020-03-09 22:34:19 +00:00
faster Bug 1573560 - Have Node compilation write directly into FINAL_TARGET instead of requiring a symlink r=firefox-build-system-reviewers,jlast,mshal 2019-11-04 23:15:19 +00:00
makefiles Bug 1617794 - Properly set the target flag for bindgen when cross compiling for Windows. r=chmanchester 2020-02-26 20:52:09 +00:00
Moz
mozunit Bug 1619788 - Ensure files generated by ./mach configure don't have CRLF line endings, even under Python 3 r=glandium 2020-03-06 02:19:21 +00:00
tests
AB_rCD.mk
autoconf-js.mk.in
autoconf.mk.in
baseconfig.mk
check_js_msg_encoding.py
check_js_opcode.py
check_macroassembler_style.py
check_source_count.py
check_spidermonkey_style.py Bug 1618620 - Convert run_spidermonkey_checks.py to py3; r=firefox-build-system-reviewers,rstewart 2020-02-28 00:28:36 +00:00
check_vanilla_allocations.py Bug 1592992 - Part 19: Move jsutil.cpp to util/Utility.cpp. r=jonco 2019-11-08 13:24:15 +00:00
config.mk Bug 1617639 - No need to pass -LTCG in AR_FLAGS for Windows r=froydnj 2020-02-24 20:16:55 +00:00
createprecomplete.py
emptyvars-js.mk.in
emptyvars.mk.in
gcc_hidden.h
gcc-stl-wrapper.template.h Bug 1594027 - add more STL wrappers to fix build with libc++ 9 r=froydnj 2020-02-24 20:18:01 +00:00
install.bat
make-stl-wrappers.py Bug 1618760 - Remove MSVC-specific include hacks in header wrappers. r=dmajor 2020-02-28 21:41:18 +00:00
make-system-wrappers.py
make-windows-h-wrapper.py Bug 1618760 - Remove MSVC-specific include hacks in header wrappers. r=dmajor 2020-02-28 21:41:18 +00:00
Makefile.in
milestone.txt Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-03-09 15:41:51 +00:00
moz.build Bug 1619460 - ensure subsequent runs of ./mach build-backend under Python 3 produce consistent results r=dmajor 2020-03-09 22:34:19 +00:00
MozZipFile.py Bug 1606462 - mozbuild/jar.py supports Python 3 r=firefox-build-system-reviewers,mshal 2020-01-01 00:16:01 +00:00
msvc-stl-wrapper.template.h Bug 1618760 - Remove MSVC-specific include hacks in header wrappers. r=dmajor 2020-02-28 21:41:18 +00:00
nsinstall.c
nsinstall.py
pathsub.c
pathsub.h
printconfigsetting.py
printprereleasesuffix.py
pythonpath.py
rebuild_check.py Bug 1594194 - make rebuild_check.py work better for massive file changes; r=dmajor 2019-11-05 21:26:33 +00:00
recurse.mk Bug 1586100 - Avoid circular dependencies related to config/export|host. r=dmajor 2019-11-06 13:17:09 +00:00
rules.mk Bug 1618766 - Properly find and use MT on Windows cross-builds. r=froydnj 2020-02-28 12:33:03 +00:00
run_spidermonkey_checks.py
run-and-prefix.py
static-checking-config.mk
stl-headers.mozbuild
system-headers.mozbuild Bug 726479 - Use GTK's support for startup notifications, r=karlt 2020-01-06 12:03:38 +00:00
version_win.pl
version.mk
windows-h-constant.decls.h
windows-h-unicode.decls.h
windows-h-wrapper.template.h Bug 1618760 - Remove MSVC-specific include hacks in header wrappers. r=dmajor 2020-02-28 21:41:18 +00:00