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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: more user-friendly error when no compiler is available (#185)
Currently, if no Vyper or Solidity compiler is available, returned error
would look like:
```
Found incompatible Solidity versions:
src/a.vy imports:
src/b.vy
Found incompatible Solidity versions:
src/b.vy imports:
...
```
This PR adds logic for catching case when the error is caused by missing
compiler for the language
0 commit comments