-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Does Not Work on Workspace #9
Comments
hi hi @Metaxona, you're right about |
okay i will make a minimal reproduction later and add it here |
made it https://github.com/Metaxona/noir-foundry-workspace |
so currently, this issue can be fixed by specifying a custom circuit directory. i.e for the workspace this would look like |
also created a pr Metaxona/noir-foundry-workspace#1 |
works now after i updated the foundry-noir-helper lib on my side, thanks a lot. |
i tried it on a foundry noir starter with a circuit workspace like this
and it isn't working since it is looking for a
package.name
inNargo.toml
in the workspace root.that one doesn't exist normally unless you add it based on the noir docs on workspace,
and i added one and that worked, but another problem came up regarding the
package.type
whichi set to
bin
too but still no luck (lib
,bin
) won't work with this.so basically this current helper only works on a non workspace circuit project like the one that comes with
noir-starter/with-foundry
with a tree like this
The text was updated successfully, but these errors were encountered: