-
Notifications
You must be signed in to change notification settings - Fork 967
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
InvalidCompilation errors are verbose and sometimes obscure the underlying issue #2011
Labels
bug
Something isn't working
Comments
Another example
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we need to rethink this because it causes stuff like parser errors, wrong solc version, or any error in crytic-compile to be shown twice. It's very verbose and obfuscates the issue (e.g. it looks like it's a slither or crytic-compile error when in fact it may have to do with a missing comma in Solidity)
slither/slither/__main__.py
Lines 873 to 877 in 3d4f934
For example
The text was updated successfully, but these errors were encountered: