Age | Commit message (Collapse) | Author |
|
This commit rewrites scripts in "tools/" directory
to use Deno instead of Python. In return it allows
to remove huge number of Python packages in "third_party/".
|
|
|
|
|
|
depot_tools is removing pylint from its distribution so we must maintain
our own copy.
|
|
Don't mix every http request in with the tests output.
Don't print that the file servers are starting unless
-vv flag is passed.
Capture the output of run with run_output which returns
stdout, stderr and exit_code. Test against this rather
than relying on sys.exit.
|
|
tools/format.ts is making CI flaky and it's difficult to run right now.
Reverting to tools/format.py
This reverts commit f19622e7681b7753788137706e535f72c3ebb38e.
|
|
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
|
|
Note: findFiles and findFilesWalk are borrowed from the previous
attempt of @pseudo-su (#1434)
|
|
|
|
|