Open microbecode opened 2 weeks ago
Unable to compile the https://github.com/saleel/gitclaim example project.
Name: Invite only
Challenge: ZKEmail Guardian
GitHub Repository: https://github.com/microbecode/zk-invite-only
Aztec Version: 0.57.0 sandbox
Noir Version (if applicable): 0.55
Operating System: Ubuntu
What did you expect to happen? Successful compilation
What actually happened? errors
sh build.sh
One of the errors: "Invalid comment character: Only ASCII is currently supported"
Downgrade to nargo 0.34. That fixes the issue
thank you . changing to v0.34.0 solved this issue for me too.
Issue Description
Unable to compile the https://github.com/saleel/gitclaim example project.
Project Context
Name: Invite only
Challenge: ZKEmail Guardian
GitHub Repository: https://github.com/microbecode/zk-invite-only
Environment
Aztec Version: 0.57.0 sandbox
Noir Version (if applicable): 0.55
Operating System: Ubuntu
Steps to Reproduce
Expected Behavior
What did you expect to happen? Successful compilation
Actual Behavior
What actually happened? errors
Code Snippet
Error Messages
Additional Context
Possible Solution
Downgrade to nargo 0.34. That fixes the issue
Impact on Development
Support Needed