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
When:
What: Since the target type is > u120, the toml parser crashes.
Workaround: Stringify the inputs
Nargo should parse the inputs as big integers OR have a the error message ask the user to stringify fields.
.
git clone [email protected]:colinnielsen/noir-field-parsing.git
cd noir-field-parsing
nargo execute
Binary
0.17.0+b6819f6261e63cea3e653a1b874727a2b5919f5e
No response
No
The text was updated successfully, but these errors were encountered:
Possibly similar to #2456 (comment), where the culprit was TOML can only hold numeric values up to i64; anything larger needs to be a hex / string.
Sorry, something went wrong.
No branches or pull requests
Aim
When:
What:
Since the target type is > u120, the toml parser crashes.
Workaround:
Stringify the inputs
Expected Behavior
Nargo should parse the inputs as big integers OR have a the error message ask the user to stringify fields.
Bug
.
To Reproduce
git clone [email protected]:colinnielsen/noir-field-parsing.git
cd noir-field-parsing
nargo execute
Installation Method
Binary
Nargo Version
0.17.0+b6819f6261e63cea3e653a1b874727a2b5919f5e
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: