Closed
Bug 1646546
Opened 5 years ago
Closed 5 years ago
Port the style crate to rust 2018.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
Fully automated via:
$ rg -l '.try(' | xargs sed -i 's/.try(/.try_parse(/g'
$ cd servo/components/style && cargo +nightly fmt
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D80099
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D80100
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ccafb150a36
Switch all callsites of try() to try_parse() in the style crate. r=boris
https://hg.mozilla.org/integration/autoland/rev/92eafca38a76
Fix some manual occurrences of try(). r=boris
https://hg.mozilla.org/integration/autoland/rev/2afab7c7a408
Port the style crate to rust 2018. r=boris
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7ccafb150a36
https://hg.mozilla.org/mozilla-central/rev/92eafca38a76
https://hg.mozilla.org/mozilla-central/rev/2afab7c7a408
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•