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

Compiler: correctly compute line number after macro escape #9858

Merged
merged 1 commit into from
Oct 28, 2020

Conversation

asterite
Copy link
Member

Fixes #9857

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser labels Oct 27, 2020
@asterite asterite force-pushed the bug/line-number-after-macro-escape branch from 44a4cc0 to d9d607d Compare October 27, 2020 13:15
@bcardiff bcardiff added this to the 1.0.0 milestone Oct 28, 2020
@bcardiff bcardiff merged commit b4f4416 into master Oct 28, 2020
@bcardiff bcardiff changed the title Compiler: correctly compute line number afte macro escape Compiler: correctly compute line number after macro escape Oct 28, 2020
@asterite asterite deleted the bug/line-number-after-macro-escape branch October 28, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect AST Node location when macro is escaped by backslash character "\"
2 participants