Skip to content
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

Propagate compile errors #13

Merged
merged 2 commits into from
Sep 14, 2023
Merged

Propagate compile errors #13

merged 2 commits into from
Sep 14, 2023

Conversation

BlakeMScurr
Copy link
Contributor

I had a compilation error in my circuit, which failed quietly and didn't generate the output wasm in the tmp directory.

So I ended up with an error like Error: ENOENT: no such file or directory, open '/var/folders/d1/p4jvjs_s1jb30fn8hky7hr5c0000gn/T/circom_-34177-Og3xuSwqOMjn/membership_test_js/membership_test.wasm', where that directory doesn't even exist because it was cleaned up.

(Not 100% sure this will replicate or whether it's the most robust solution).

I had a compilation error in my circuit, which failed quietly and didn't generate the output wasm in the tmp directory.

So I ended up with an error like `Error: ENOENT: no such file or directory, open '/var/folders/d1/p4jvjs_s1jb30fn8hky7hr5c0000gn/T/circom_-34177-Og3xuSwqOMjn/membership_test_js/membership_test.wasm'`, where that directory doesn't even exist because it was cleaned up.

(Not 100% sure this will replicate or whether it's the most robust solution).
@alrubio alrubio merged commit a870064 into iden3:main Sep 14, 2023
2 checks passed
@alrubio
Copy link
Collaborator

alrubio commented Sep 14, 2023

Thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants