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

Make `match_token!` macro work on token trees instead of AST #225

Merged
merged 2 commits into from Oct 23, 2016
Merged

Conversation

@SimonSapin
Copy link
Member

SimonSapin commented Oct 23, 2016

Token trees are much simpler, and thus easier to work with and less subject to future breaking changes in the syn crate.

(syn::parse_token_trees was recently added.)


This change is Reviewable

SimonSapin added 2 commits Oct 20, 2016
Token trees are much simpler, and thus easier to work with
and less subject to future breaking changes in the `syn` crate.
@nox
Copy link
Member

nox commented Oct 23, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Oct 23, 2016

📌 Commit 2ddcd53 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Oct 23, 2016

Testing commit 2ddcd53 with merge 43ba1db...

bors-servo added a commit that referenced this pull request Oct 23, 2016
Make `match_token!` macro work on token trees instead of AST

Token trees are much simpler, and thus easier to work with and less subject to future breaking changes in the `syn` crate.

(`syn::parse_token_trees` was recently added.)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/225)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Oct 23, 2016

☀️ Test successful - status-travis

@bors-servo bors-servo merged commit 2ddcd53 into master Oct 23, 2016
4 checks passed
4 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
dependency-ci Dependencies checked
Details
homu Test successful
Details
@SimonSapin SimonSapin deleted the tts branch Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.