gecko-dev/taskcluster
Ray Kraesig a3fb6515cf Bug 1804178 - [6/6] Switch from pytoml to toml in (almost) all other contexts r=firefox-build-system-reviewers,releng-reviewers,glandium,ahal
Convert all other imports of `pytoml` within mozilla-central to imports
of `toml`.

As both libraries patterned their API on that of the Python standard-
library module `json`, this is mostly a straight replace, with two
caveats:

  * pytoml's exception messages when loading a file provide the file
    name; toml's do not. Some additional machinery has been added or
    repurposed in a few places to ensure that the relevant filename is
    printed.

  * In `python_lockfile.py`, the order of arguments to `dump` needed to
    be reversed. (`toml` follows `json` in this; `pytoml` differs.)

This patchset does not remove pytoml from `requirements.in`, as `pytoml`
is still used by `compare-locales`.

Differential Revision: https://phabricator.services.mozilla.com/D164155
2022-12-20 23:01:26 +00:00
..
ci Bug 1806702 - Increase the max runtime for TSAN mochitest-browser-a11y to 45min. r=taskgraph-reviewers,bhearsum DONTBUILD 2022-12-20 21:22:32 +00:00
docker Bug 1804178 - [1/6] Add `toml` to mach requirements r=firefox-build-system-reviewers,glandium 2022-12-20 23:01:24 +00:00
docs Bug 1245969 - Add tasks that perform a bootstrap on various bare Linux environments. r=taskgraph-reviewers,firefox-build-system-reviewers,jlorenzo,ahochheiden 2022-12-16 21:44:19 +00:00
gecko_taskgraph Backed out changeset 00838fbbc755 (bug 1806073) for causing clang bustage. CLOSED TREE 2022-12-20 04:38:47 +02:00
scripts Bug 1804178 - [6/6] Switch from pytoml to toml in (almost) all other contexts r=firefox-build-system-reviewers,releng-reviewers,glandium,ahal 2022-12-20 23:01:26 +00:00
test Bug 1790816 - Reformat taskcluster/ with isort. r=#linter-reviewers CLOSED TREE 2022-12-16 11:14:02 +00:00
.yamllint
mach_commands.py Bug 1790816 - Reformat taskcluster/ with isort. r=#linter-reviewers CLOSED TREE 2022-12-16 11:14:02 +00:00
moz.build Bug 1732723 - Rename "taskgraph" Python module to "gecko_taskgraph". r=jmaher 2021-09-30 09:50:08 -04:00