Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Add <keyword>::from_ident helper to avoid tokenizing the same value multiple times. #16141

Merged
merged 1 commit into from Mar 27, 2017

Conversation

emilio
Copy link
Member

@emilio emilio commented Mar 26, 2017

We can use this to avoid tokenizing multiple times in some places, like #16127.


This change is Reviewable

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 26, 2017
@emilio
Copy link
Member Author

emilio commented Mar 26, 2017

r? @upsuper (or anyone else really)

@nox
Copy link
Contributor

nox commented Mar 26, 2017

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit a5436e9 has been approved by nox

@highfive highfive assigned nox and unassigned upsuper Mar 26, 2017
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Mar 26, 2017
@bors-servo
Copy link
Contributor

⌛ Testing commit a5436e9 with merge 5e860cf...

bors-servo pushed a commit that referenced this pull request Mar 26, 2017
style: Add <keyword>::from_ident helper to avoid tokenizing the same value multiple times.

We can use this to avoid tokenizing multiple times in some places, like #16127.

<!-- 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/16141)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-css

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Mar 26, 2017
@bors-servo
Copy link
Contributor

⌛ Testing commit a5436e9 with merge 6c19f68...

bors-servo pushed a commit that referenced this pull request Mar 26, 2017
style: Add <keyword>::from_ident helper to avoid tokenizing the same value multiple times.

We can use this to avoid tokenizing multiple times in some places, like #16127.

<!-- 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/16141)
<!-- Reviewable:end -->
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Mar 26, 2017
@bors-servo
Copy link
Contributor

💔 Test failed - linux-rel-css

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Mar 26, 2017
@emilio
Copy link
Member Author

emilio commented Mar 27, 2017

@bors-servo retry

@bors-servo
Copy link
Contributor

⌛ Testing commit a5436e9 with merge 447742b...

bors-servo pushed a commit that referenced this pull request Mar 27, 2017
style: Add <keyword>::from_ident helper to avoid tokenizing the same value multiple times.

We can use this to avoid tokenizing multiple times in some places, like #16127.

<!-- 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/16141)
<!-- Reviewable:end -->
@highfive highfive removed the S-tests-failed The changes caused existing tests to fail. label Mar 27, 2017
@highfive highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 27, 2017
@bors-servo
Copy link
Contributor

☀️ Test successful - android, arm32, arm64, linux-dev, linux-rel-css, linux-rel-wpt, mac-dev-unit, mac-rel-css, mac-rel-wpt1, mac-rel-wpt2, windows-msvc-dev
Approved by: nox
Pushing 447742b to master...

@bors-servo bors-servo merged commit a5436e9 into servo:master Mar 27, 2017
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 27, 2017
@emilio emilio deleted the keyword-from-ident branch March 27, 2017 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants