Labels
bug
Bug that shouldn't change language semantics when fixed.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
What's your issue about?
Currently vyper does not provide meaningful errors when incorrectly attempting imports.
When attempting to compile an incorrect relative import, such as:
Calling
vyper myContract.vy
returns:How can it be fixed?
When comparing the behavior of vyper to solc, given a contract such as:
Calling
solc myContract.sol
returns:Conversely, calling
solc myContract.sol --allow-paths .
returns:I imagine something in a similar vein would be a useful feature for vyper to have.
The text was updated successfully, but these errors were encountered: