Closed
Bug 1528035
Opened 6 years ago
Closed 6 years ago
Improve derive(Parse).
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
I want to do this so that I can get rid of Either<>. The reasons for getting rid
of either is multiple:
- It doesn't generate as nice C++ code using cbindgen.
- It isn't that nice to use either from Rust.
- cbindgen has bugs with zero-sized types.
I started using this for ColorOrAuto and a few others, for now.
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/7d4f1afbf5f2
Improve #[derive(Parse)]. r=xidorn
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•