Skip to content

ack parser.parse_ty change in quote_ty! (+ test) #19463

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

Merged
merged 1 commit into from
Dec 19, 2014
Merged

Conversation

kali
Copy link
Contributor

@kali kali commented Dec 2, 2014

parse_ty() no longer takes a boolean parameter. quote_ty! implementation has not yet been modified accordingly.

As a matter of fact, quote_ty! was not covered by tests. One test (called qquotes) references it, but it has been ignored for nearly one year and now need heavy refactoring.

quote_token.rs seemed like a good place to test quote_ty!, many other quote_*! macros were asserted there.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon.

@kali
Copy link
Contributor Author

kali commented Dec 4, 2014

the fix is actually a duplicate of #19387 , but it has a test.

@kali
Copy link
Contributor Author

kali commented Dec 8, 2014

I fixed the conflict.

The only benefit from this pull request is now the basic quote_ty! coverage in tests. Feel free to reject the PR if inconvenient.

@alexcrichton
Copy link
Member

Sorry but it looks like this got mixed in with a lot of other PRs. Could you try rebasing again?

@kali
Copy link
Contributor Author

kali commented Dec 19, 2014

There have been a huge overhead for a very trivial patch, but yeah, sure. It's done :)

@alexcrichton
Copy link
Member

Sorry about that, but thanks for persisting!

bors added a commit that referenced this pull request Dec 19, 2014
parse_ty() no longer takes a boolean parameter. quote_ty! implementation has not yet been modified accordingly. 

As a matter of fact, quote_ty! was not covered by tests. One test (called qquotes) references it, but it has been ignored for nearly one year and now need heavy refactoring.

quote_token.rs seemed like a good place to test quote_ty!, many other quote_*! macros were asserted there.
@bors bors merged commit 8920181 into rust-lang:master Dec 19, 2014
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.

5 participants