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(glsl-lang-quote): correctly parse #(ident) at line start #49

Merged
merged 4 commits into from
Jul 23, 2024

Conversation

alixinne
Copy link
Owner

The preprocessor parser incorrectly assumed a # at the start of a line would necessarily start a preprocessor control directive. This adds tests and the fix for forwading this to the later stages.

The preprocessor parser incorrectly assumed a `#` at the start of a line
would necessarily start a preprocessor control directive. This adds
tests and the fix for forwading this to the later stages.
@alixinne alixinne force-pushed the fix/quote-rs-ident-line-start branch from 36d520d to 73544c2 Compare July 23, 2024 21:14
@alixinne alixinne merged commit 73544c2 into master Jul 23, 2024
4 checks passed
@alixinne alixinne deleted the fix/quote-rs-ident-line-start branch July 23, 2024 21:33
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.

1 participant