Open
Bug 1821199
Opened 2 years ago
Updated 1 year ago
[meta] replace manifestparser .ini with .toml
Categories
(Testing :: General, task)
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Depends on 11 open bugs, Blocks 1 open bug)
Details
(Keywords: meta)
this is the master bug, a project is outlined here:
https://docs.google.com/document/d/1VV_1ao4f1mnR7n1fRqz_KbX7ybUBFieszPCShbwFWVo/edit
Comment 1•1 year ago
|
||
I've just filed bug 1847580 which will need fixing as part of this - currently ESLint reads the test manifest .ini
files to work out various details, and so that will need updating to read toml files before they ini files are made redundant/removed.
Comment 2•1 year ago
|
||
A couple more thoughts:
I'd assume that ./mach addtest
will also need fixing. Though I'm not quite sure where this should be filed.
Should we add a .toml
handling extension to the recommended list for VS Code (see .vscode/extensions.json
)? I would assume it would give us syntax highlighting and that might make it easier to read and edit.
You need to log in
before you can comment on or make changes to this bug.
Description
•