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

Fix macros #19

Closed
harpocrates opened this issue Apr 20, 2017 · 0 comments
Closed

Fix macros #19

harpocrates opened this issue Apr 20, 2017 · 0 comments
Labels
Milestone

Comments

@harpocrates
Copy link
Owner

See this PR . This changes token trees a fair bit.

harpocrates added a commit that referenced this issue Apr 20, 2017
In the process, I unpleasantly discovered a new bug #19 that is the result of the changing macro
landscape. That aside, 'ast.rs' now diffs just fine, and 'parser.rs' is on it's way.
@harpocrates harpocrates added this to the 0.1.0.0 milestone May 8, 2017
harpocrates added a commit that referenced this issue May 13, 2017
Updated AST as per <rust-lang/rust#39419>,
thereby closing #19.

Since those changes involved removing MathcNt and SubstNt, I've
removed the unsafe parts of Quote that relied on that. Quote is now a
safe module (where '$x' and '$x:ty' don't work), enabled by default.

Difference tests now work on 'ast.rs' as well as 'parser.rs'. Additional
work was done on cleaning up tests around macros and tokens. Closes #16.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant