AztecProtocol / ab2

Alpha Build 2 project repository.
3 stars 26 forks source link

Version incompatibility for Noir with gitclaim project #12

Open microbecode opened 2 weeks ago

microbecode commented 2 weeks ago

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

  1. Try compiling gitclaim with nargo 0.35
  2. You get various errors deep down in noir-lang

Expected Behavior

What did you expect to happen? Successful compilation

Actual Behavior

What actually happened? errors

Code Snippet

sh build.sh

Error Messages

One of the errors: "Invalid comment character: Only ASCII is currently supported"

Additional Context

Possible Solution

Downgrade to nargo 0.34. That fixes the issue

Impact on Development

Support Needed

rajeshb62 commented 1 week ago

thank you . changing to v0.34.0 solved this issue for me too.