-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
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
Generate generators in comptime #8648
Comments
This is causing some issues for people who want to use notes - if you want a note with > 4 (using #[note]) or 5 (using #[note_custom_interface]) you need to use A: requires the dev to hunt down where the #[note] isn't working By no means breaking with the but it introduces a ton of friction in an otherwise reasonably easy process |
@jp4g yes, we also need to extend this so that it's not so few of them. Thanks for the heads up! |
As mentioned here,
aztec-nr/src/generators.nr
has a bunch of hard-coded generators. These should be generated atcomptime
instead.The text was updated successfully, but these errors were encountered: