Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove the define_css_keyword_enum! and add_impls_for_keyword_enum macros. #19827
Labels
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
@highfive: assign me |
|
Hey @alexfjw! Thanks for your interest in working on this issue. It's now assigned to you! |
|
I'm sorry, I did this in #19903, unaware of this issue. |
|
No problem. Was a little busy the past week so I haven't really made much progress actually. |
bors-servo
added a commit
that referenced
this issue
Feb 1, 2018
Derive more Parse implementations (fixes #19827) Fixes #19827. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19903) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be no need for them since we now derive
Parsefor keywords (7036cb0).We should remove all the uses for those macros like 4abd1dc does. There are still a few though!
It's ok to remove them one by one, or to do all on the same PR (there aren't that many I think).