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
It looks like this is the old "we don't error if we fail to parse everything" issue. So it just parses up to that use . For my example since the use is the first/only thing it just returns an empty list of statements
Thunkar
changed the title
abi(tag) annotations on globals injected in module annotations are not honoreduse $typ statements can be unquoted in ilegal positions
Sep 17, 2024
# Description
## Problem\*
Resolves#5803Resolves#6059
## Summary\*
If we ever had a token stream with a subset of valid input we'd parse
just that subset instead of erroring that the full input doesn't parse.
## Additional Context
We don't have EOF tokens in token streams so I used the `end()`
primitive instead.
## 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.
Expected Behavior
should return an error
Bug
@jfecher
To Reproduce
Workaround
None
Workaround Description
No response
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: