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
Tried to implement the bigint functions (part of the BlackBoxFunc family) as foreign in ##6551 , but they are marked as #[builtin] in Noir.
bigint
BlackBoxFunc
foreign
#[builtin]
Dispatching a builtin function to Interpreter::call_builtin should handle it, while foreign functions should go to Interpreter::call_foreign.
Interpreter::call_builtin
Interpreter::call_foreign
There is no actual bug at the moment because there are redirects in the interpreter [1, 2], but it's a bit confusing.
None
The redirect in the code from builtin to foreign handles the mislabeling.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aim
Tried to implement the
bigint
functions (part of theBlackBoxFunc
family) asforeign
in ##6551 , but they are marked as#[builtin]
in Noir.Expected Behavior
Dispatching a builtin function to
Interpreter::call_builtin
should handle it, while foreign functions should go toInterpreter::call_foreign
.Bug
There is no actual bug at the moment because there are redirects in the interpreter [1, 2], but it's a bit confusing.
To Reproduce
Workaround
None
Workaround Description
The redirect in the code from builtin to foreign handles the mislabeling.
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
No response
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: