We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have some old testing code using EvalEx@2.7. Out of curiosity I wanted to try whether using the new 3+ version might work for my test-set.
In the old test set the following expression "1..0*2.7*195.0" simply returns null/failure.
"1..0*2.7*195.0"
null
EvalEx@3.1.0 runs into an OutOfMemoryError which most likely shouldn't happen even though the expression is surely wrong.
OutOfMemoryError
All the best and thanks for your work and EvalEx in the first place 👍
The text was updated successfully, but these errors were encountered:
Thanks for finding and reporting this bug!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I have some old testing code using EvalEx@2.7. Out of curiosity I wanted to try whether using the new 3+ version might work for my test-set.
In the old test set the following expression
"1..0*2.7*195.0"
simply returnsnull
/failure.EvalEx@3.1.0 runs into an
OutOfMemoryError
which most likely shouldn't happen even though the expression is surely wrong.All the best and thanks for your work and EvalEx in the first place 👍
The text was updated successfully, but these errors were encountered: