Closed
Bug 1779473
Opened 3 years ago
Closed 2 years ago
support .toml format in manifestparser
Categories
(Testing :: General, task)
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: jmaher, Assigned: tmarble)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
the goal is to shift old .ini manifests -> .toml for the strict reason of read/write and preserving all related data (such as comments).
This work was started by our outreachy intern (Chidinma) in 2021/2022. I will attach a slightly modified patch of her work that should show how to get builds/try pushes working with the toml library.
Reporter | ||
Comment 1•3 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → tmarble
Assignee | ||
Comment 2•2 years ago
|
||
ManifestParser will read TOML files, if present, when use_toml=True
Adds TOML test coverage
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78a40389c204
Add TOML support to manifestparser r=jmaher,ahal
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Updated•2 years ago
|
Attachment #9285374 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•