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
commit(s) to merge: 4482d13
merge instructions: clean merge or patch CL
reason: a sentence or two.
Without this fix, Dart VM will crash itself with floating-point exception (i.e. C++ crash, not Dart crash) for reasonable inputs of % operator.
Expect.equals(0, mod(minInt64, -1)); Expect.equals(minInt64, truncdiv(minInt64, -1));
More details at:
#33967
/cc @dgrove @kevmoo @mit-mit @whesse @athomas @a-siva @alexmarkov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
commit(s) to merge: 4482d13
merge instructions: clean merge or patch CL
reason: a sentence or two.
Without this fix, Dart VM will crash itself with floating-point exception (i.e. C++ crash, not Dart crash) for reasonable inputs of % operator.
Expect.equals(0, mod(minInt64, -1));
Expect.equals(minInt64, truncdiv(minInt64, -1));
More details at:
#33967
/cc @dgrove @kevmoo @mit-mit @whesse @athomas @a-siva @alexmarkov
The text was updated successfully, but these errors were encountered: