Friendly error messaging for improper dependency imports #3073
critesjosh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
I was missing a trailing slash in the git import of the value note library:
value_note = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.8.7", directory="yarn-project/aztec-nr/value-note" }
I tried to compile and it gave me 200+ errors without telling me exactly what was wrong. It took me too long to figure it out.
Happy Case
The compiler should tell me when my dependency imports are malformed.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
Beta Was this translation helpful? Give feedback.
All reactions