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
As reported in #330 (review), when running tests with *unchecked-math* disabled, you'll see some tests fail due to overflow caused by the byte fn:
*unchecked-math*
byte
$ lein update-in : assoc :global-vars '^:replace {*warn-on-reflection* nil, *unchecked-math* nil}' -- test ... Ran 372 tests containing 3832 assertions. 1 failures, 17 errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As reported in #330 (review), when running tests with
*unchecked-math*
disabled, you'll see some tests fail due to overflow caused by thebyte
fn:The text was updated successfully, but these errors were encountered: