gecko-dev/memory/build
Ricky Stewart c0cea3b0fa Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.

To produce this patch I did all of the following:

1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.

2. Run ./mach lint --linter black --fix

3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.

4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.

5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
..
fallback.cpp
Makefile.in
malloc_decls.h Bug 1656155 - pt 2. Provide bin usage stats in jemalloc_stats r=glandium 2020-10-08 22:42:45 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky 2020-10-23 20:40:42 +00:00
mozjemalloc_types.h Bug 1656155 - pt 4. Update size class fields in jemalloc_stats_t r=glandium 2020-10-08 22:43:35 +00:00
mozjemalloc.cpp Bug 1656155 - pt 4. Update size class fields in jemalloc_stats_t r=glandium 2020-10-08 22:43:35 +00:00
mozjemalloc.h
mozmemory_wrap.cpp
mozmemory_wrap.h
mozmemory.h Bug 1656155 - pt 2. Provide bin usage stats in jemalloc_stats r=glandium 2020-10-08 22:42:45 +00:00
Mutex.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
rb.h Bug 1613011 - Clear node links when removing it from a RedBlackTree. r=njn 2020-02-04 02:05:19 +00:00
replace_malloc_bridge.h
replace_malloc.h
Utils.h Bug 1625138 - Part 16: Replace mozilla::IsIntegral with std::is_integral. r=froydnj 2020-03-28 13:57:15 +00:00
zone.c