We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CrateName
nargo compile shouldn't produce an empty target dir when the artifact (target.json) is placed in the project root.
nargo compile
see above.
no error messages.
None
nargo 0.9.0 (git version hash: 3d1b252, is dirty: false)
No response
No
The text was updated successfully, but these errors were encountered:
Can you give more concrete reproduction steps? This isn't very clear to me.
Sorry, something went wrong.
Sorry, I left out an important detail. This only happens when name = "" in Nargo.toml.
name = ""
You can create a new noir project with nargo init. Make the name an empty string. then run nargo compile
nargo init
Ok, looks like we're not doing enough validation there.
TomAFrench
Successfully merging a pull request may close this issue.
Aim
nargo compile
shouldn't produce an empty target dir when the artifact (target.json) is placed in the project root.Expected Behavior
see above.
Bug
no error messages.
To Reproduce
nargo compile
. see output described aboveInstallation Method
None
Nargo Version
nargo 0.9.0 (git version hash: 3d1b252, is dirty: false)
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: