You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempted to compile a program with an unknown metaprogramming function
pubfnmain(){foo!();}
Expected Behavior
A user error to be returned
Bug
❯ nargo compile
The application panicked (crashed).
Message: index out of bounds: the len is 3524 but the index is 18446744073709551615
Location: compiler/noirc_frontend/src/node_interner.rs:1039
To Reproduce
Project Impact
Nice-to-have
Impact Context
No response
Workaround
Yes
Workaround Description
Bisect the program to locate the unknown identifier
Additional Context
No response
Installation Method
Binary (noirup default)
Nargo Version
nargo version = 0.31.0 noirc version = 0.31.0+45e82a672b9ba7f7326e8d9f8800e2489013e2e8 (git version hash: 45e82a6, is dirty: false)
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:
# Description
## Problem\*
Resolves#5539
## Summary\*
Use `try_definition` instead of `definition` in case there is an error
when resolving a macro.
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
Aim
Attempted to compile a program with an unknown metaprogramming function
Expected Behavior
A user error to be returned
Bug
To Reproduce
Project Impact
Nice-to-have
Impact Context
No response
Workaround
Yes
Workaround Description
Bisect the program to locate the unknown identifier
Additional Context
No response
Installation Method
Binary (
noirup
default)Nargo Version
nargo version = 0.31.0 noirc version = 0.31.0+45e82a672b9ba7f7326e8d9f8800e2489013e2e8 (git version hash: 45e82a6, is dirty: false)
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: