gecko-dev/tools
Andrew Halberstadt 1c02345779 Bug 1494069 - [lint] Explicitly list out objdirs rather than depend on 'obj*' in the global exclude, r=rwood
When using globs in exclude directorives, FileFinder will return every *file*
that gets matched. This is can be thousands of files in the case of an objdir.
While we now collapse these files down to highest possible directories, this
collapse operation can still take a noticeable amount of time (0.6s). This
simply scans topsrcdir for files that start with 'obj' to avoid the glob.

This also moves the '_activate_virtualenv' call to the top of the function
because in CI, this will cause an objdir to be created (to store the
virtualenv). If this happens *after* calculating the global excludes, we won't
catch it since it doesn't exist yet. This will result in the objdir's
virtualenv being linted and erroneous failures.

Depends on D7739

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

--HG--
extra : moz-landing-system : lando
2018-10-05 19:48:53 +00:00
..
bloatview
clang-tidy Bug 1479298 - [Static-Analysis][Clang-Based] Implement the passing of configuration flags to checkers in the configuration file. r=sylvestre 2018-10-10 08:01:24 +00:00
code-coverage Bug 1474272 part 4 - Stop using js::GetGlobalForObjectCrossCompartment in xpc::NativeGlobal. r=bholley 2018-08-01 11:25:50 +02:00
compare-locales Bug 1496293 - Let Fennec single-locale repacks run |mach compare-locales|. r=gbrown 2018-10-10 15:10:55 +00:00
coverity
docs Bug 1474746 - [docs] Normalize keys from MOZ_SPHINX_TREES; r=gps 2018-07-11 16:01:21 +00:00
fuzzing Bug 1495871 - use C++11 statics for Faulty instance; r=decoder 2018-10-05 13:43:47 -04:00
infer Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
jprof Bug 1486690 - Remove moz_x{malloc,free} in jprof. r=jesup 2018-08-28 15:55:45 +10:00
leak-gauge
lint Bug 1494069 - [lint] Explicitly list out objdirs rather than depend on 'obj*' in the global exclude, r=rwood 2018-10-05 19:48:53 +00:00
power
profiler Bug 1497407: gtests and xpcshell test update for profiler counters r=mstange 2018-10-09 22:29:29 -04:00
quitter
rb Bug 1493365 - Reduce the amount of memory consumed when reading symbol files r=ted 2018-09-24 20:43:37 +00:00
rewriting Bug 1489449 - Add prio and other thirdparty libs to the list of thirdparty code r=janx 2018-09-07 12:08:25 +00:00
tryselect Bug 1397722 - [tryselect] Filter 'ccov' tasks out of the target task set (now they must be selected with --full), r=sparky 2018-08-21 20:00:32 +00:00
update-packaging
mach_commands.py
moz.build Bug 1470223 - Prefer FUNC entries to PUBLIC entries when fixing symbols r=ted 2018-09-21 12:50:32 +00:00