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: proper parsing of string expressions that contain foo.bar:value #39

Merged
merged 5 commits into from
Dec 10, 2024

Conversation

sstroemer
Copy link
Member

This pull request includes several changes to the src/core/expression.jl, test/Manifest.toml, and various test files to enhance functionality and fix issues. The most important changes include improvements to the _string_to_fevalexpr function, updates to dependencies in the Manifest.toml file, and the addition of new test cases for specific issues.

Improvements to _string_to_fevalexpr function:

  • Proper parsing of string expressions that contain foo.bar:value, by peeking ahead when encountering a ..

Dependency updates:

  • Updated versions for several dependencies in test/Manifest.toml including HiGHS, JuMP, JuliaInterpreter, LoweredCodeUtils, and OrderedCollections. [1] [2] [3] [4] [5]

Test improvements:

@sstroemer
Copy link
Member Author

Fixes #38

@sstroemer sstroemer merged commit b3d8d88 into ait-energy:main Dec 10, 2024
2 checks passed
@sstroemer sstroemer deleted the fix-38 branch December 10, 2024 15:47
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