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

guess solc if pragma is avail, better error if file is a dir #411

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

0xalpharush
Copy link
Member

If one runs crytic-compile on a single Solidity file but has the wrong solc version, it will now try to switch to the correct version by parsing the pragma and using solc-select. Also, this adds a more descriptive error if the target is a directory e.g. crytic-compile . where no compilation framework is available and the solc platform is used.

@0xalpharush 0xalpharush marked this pull request as draft March 22, 2023 13:57
@0xalpharush
Copy link
Member Author

This would have to detect that the current select version is not compatible with the pragma in order to be useful. Otherwise it would override the solc version even if it's compatible

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.

1 participant