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 bugs in RecursiveStatementVisitor #824

Merged
merged 1 commit into from Sep 23, 2019
Merged

Conversation

jathak
Copy link
Member

@jathak jathak commented Sep 18, 2019

Fixes #822.

AtRootRule.query and Declaration.value can be null, so this should be checked before passing them on to visitInterpolation and visitExpression.

`AtRootRule.query` and `Declaration.value` can be null, so this should be checked before passing them on to `visitInterpolation` and `visitExpression`.
@nex3 nex3 merged commit 553cf9a into master Sep 23, 2019
@nex3 nex3 deleted the recursive-statement-visitor-fix branch September 23, 2019 14:33
@nex3
Copy link
Contributor

nex3 commented Sep 23, 2019

Thanks!

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.

RecursiveStatementVisitor crashes when visiting an @at-root rule with no query
2 participants