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
run ./opa_darwin_arm64 eval 'x := 9223372036854775807; y := 1; x > y' -twasm It compares correctly
./opa_darwin_arm64 eval 'x := 9223372036854775807; y := 1; x > y' -twasm
run ./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y' it compares correctly
./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y'
run ./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y' -twasm It fails
./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y' -twasm
run ./opa_darwin_arm64 eval 'x := 18446744073709551617; y := 1; x > y' -twasm it fails
./opa_darwin_arm64 eval 'x := 18446744073709551617; y := 1; x > y' -twasm
run ./opa_darwin_arm64 eval 'x := 18446744073709551618; y := 1; x > y' -twasm it compares correctly
./opa_darwin_arm64 eval 'x := 18446744073709551618; y := 1; x > y' -twasm
This looks like an integer overflow.
The text was updated successfully, but these errors were encountered:
3587ccf
No branches or pull requests
run
./opa_darwin_arm64 eval 'x := 9223372036854775807; y := 1; x > y' -twasm
It compares correctly
run
./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y'
it compares correctly
run
./opa_darwin_arm64 eval 'x := 9223372036854775808; y := 1; x > y' -twasm
It fails
run
./opa_darwin_arm64 eval 'x := 18446744073709551617; y := 1; x > y' -twasm
it fails
run
./opa_darwin_arm64 eval 'x := 18446744073709551618; y := 1; x > y' -twasm
it compares correctly
This looks like an integer overflow.
The text was updated successfully, but these errors were encountered: