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
AND
Attempted to test that ONES (max-bit-size 11111.. in binary) is a left/right identity of the AND function
ONES
11111..
Expected that AND(ONES, x) == AND(x, ONES) == x
AND(ONES, x) == AND(x, ONES) == x
Both tests fail: https://github.com/noir-lang/noir/pull/5484/files#diff-6c685a553939db8389f16b6cf06d7d4caae94f46d64e327233fe02c7b4f8dbafR883
(Even when restricted values <= ONES)
<= ONES
None
No response
Compiled from source
The text was updated successfully, but these errors were encountered:
This is an issue in the testing code as discussed here: #5484 (comment)
Sorry, something went wrong.
No branches or pull requests
Aim
Attempted to test that
ONES
(max-bit-size11111..
in binary) is a left/right identity of theAND
functionExpected Behavior
Expected that
AND(ONES, x) == AND(x, ONES) == x
Bug
Both tests fail: https://github.com/noir-lang/noir/pull/5484/files#diff-6c685a553939db8389f16b6cf06d7d4caae94f46d64e327233fe02c7b4f8dbafR883
(Even when restricted values
<= ONES
)To Reproduce
Project Impact
None
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
Compiled from source
Nargo Version
No response
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: