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
Got this
LIVED CONDITIONALS_NEGATION at vm/vm.go:271:12
Steps to reproduce the behavior:
Run in https://github.com/expr-lang/expr
But at vm.go:271:
- if size <= 0 { + if !(size <= 0) { size = 0 }
This change causes errors in tests.
The text was updated successfully, but these errors were encountered:
Hi! Mutation causes test fail. Did I understand right?
Sorry, something went wrong.
Yes.
k3rn31
No branches or pull requests
🐞Bug Report
Bug Description
Got this
To Reproduce
Steps to reproduce the behavior:
Run in https://github.com/expr-lang/expr
But at vm.go:271:
This change causes errors in tests.
The text was updated successfully, but these errors were encountered: