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 upUse quasiquotes for attributes in `plugins` crate. #5509
Conversation
highfive
commented
Apr 3, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @glennw (or someone else) soon. |
hoppipolla-critic-bot
commented
Apr 3, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4504 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
| add_attr("jstraceable"); | ||
| item2.attrs.push(quote_attr!(cx, #![must_root])); | ||
| item2.attrs.push(quote_attr!(cx, #![privatize])); | ||
| item2.attrs.push(quote_attr!(cx, #![jstraceable])); |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Looks good, just need to remove the exclamation marks. Thanks! |
ec4feeb
to
f31d06e
|
@Manishearth done! (The tests were passing so I didn't notice.) |
This comment has been minimized.
This comment has been minimized.
|
r+ |
This comment has been minimized.
This comment has been minimized.
|
saw approval from Manishearth |
This comment has been minimized.
This comment has been minimized.
|
merging utkarshkukreti/servo/use-quasiquote-for-attributes = f31d06e into auto |
This comment has been minimized.
This comment has been minimized.
|
merging utkarshkukreti/servo/use-quasiquote-for-attributes = f31d06e into auto failed |
|
Oh, probably because we're directly inserting them so the inner/outer ness doesn't matter |
This comment has been minimized.
This comment has been minimized.
Manishearth
commented on f31d06e
Apr 4, 2015
|
r+ |
|
Rolled up into #5519 because of CI brokenness |
|
Rebased as #5523 |
utkarshkukreti commentedApr 3, 2015
Fixes #5157.