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

STIL: Annotation parsing patch #213

Merged
merged 2 commits into from
Jan 22, 2025
Merged

STIL: Annotation parsing patch #213

merged 2 commits into from
Jan 22, 2025

Conversation

rlaj
Copy link
Member

@rlaj rlaj commented Jan 17, 2025

Ran into a corner case where there was a double slash (representing a path) inside of the annotation and the parser was trying to pick it up as a C-style comment and crashing the parse. This makes the annotation rule atomic so underlying rules are ignored (essentially parsing by char).

@rlaj rlaj requested review from ginty, priyavadan and coreyeng January 17, 2025 03:06
Copy link
Member

@priyavadan priyavadan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the updates!

@rlaj rlaj merged commit e0fb00c into master Jan 22, 2025
4 of 12 checks passed
@rlaj rlaj deleted the bugfix/stil_annotation branch January 22, 2025 14:58
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.

2 participants