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: update to latest antlr4-vensim with support for Unicode characters in variable names #533

Merged
merged 3 commits into from
Sep 15, 2024

Conversation

chrispcampbell
Copy link
Contributor

Fixes #532

@ToddFincannonEI: This is the companion to the antlr4-vensim PR climateinteractive/antlr4-vensim#14 that I just filed.

This one updates SDE to use the gitpkg (pre-release) version of antlr4-vensim containing the fix and adds an integration test to verify that it no longer chokes on non-Latin characters in variable names.

Once you approve these PRs, I'll publish antlr4-vensim and will update this one before merge to use the latest published version instead of the gitpkg version.

@chrispcampbell
Copy link
Contributor Author

Todd agrees this is low risk. I've published [email protected] that includes the fix. I will merge this PR now and will publish new versions of the parse/compile/cli packages shortly.

@chrispcampbell chrispcampbell merged commit c921657 into main Sep 15, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/532-unicode-identifiers branch September 15, 2024 20:44
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.

Extend support for Unicode variable names
1 participant