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
nargo fmt changes code behaviour https://github.com/olehmisar/nodash/blob/e15265ec23be8686d89a20b60861c7f588ea5a47/src/array.nr#L44
nargo fmt
let bytes_padded = bytes.pad_end::<(N / 31 + 1) * 31>(0);
It converts it to:
let bytes_padded = bytes.pad_end::<(N / 31 + 1) * 31>(N / 31 + 1) * 31>( 0);
Does not change code, but only formats it
^^
None
No response
Nice-to-have
nargo 0.34.0 and nargo 0.35.0
The text was updated successfully, but these errors were encountered:
@asterite Can you take a look at this?
Sorry, something went wrong.
Sure! I just took a look, it seems to be a bug in the old formatter. In the new formatter it works fine 🙌
Fixed by #6300
asterite
No branches or pull requests
Aim
nargo fmt
changes code behaviourhttps://github.com/olehmisar/nodash/blob/e15265ec23be8686d89a20b60861c7f588ea5a47/src/array.nr#L44
It converts it to:
Expected Behavior
Does not change code, but only formats it
Bug
^^
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Nargo Version
nargo 0.34.0 and nargo 0.35.0
NoirJS Version
No response
Proving Backend Tooling & 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: