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 javascript semantic predicates #3080

Merged
merged 3 commits into from
Feb 13, 2021

Conversation

ericvergnaud
Copy link
Contributor

fixes #2007
fixes #3078

@ericvergnaud ericvergnaud merged commit 00fbf95 into master Feb 13, 2021
@ericvergnaud ericvergnaud deleted the fix-javascript-semantic-predicates branch February 13, 2021 09:24
@kaby76
Copy link
Contributor

kaby76 commented Feb 13, 2021

@ericvergnaud Thank you for all these changes. They were important because the JS grammar had semantic predicates that weren't updated for JS. But I didn't even know the code was bad because they weren't even called until your fixes here to the JS runtime. The parse trees for C#, Java, and JS on my little example are all the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JS] Utils.js: arrayToString(null) should check null arg
3 participants