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

surface stderr/ errors from solc-select #353

Merged
merged 2 commits into from
Jan 10, 2023
Merged

surface stderr/ errors from solc-select #353

merged 2 commits into from
Jan 10, 2023

Conversation

0xalpharush
Copy link
Contributor

@0xalpharush 0xalpharush commented Jan 10, 2023

Close #352

ERROR:CryticCompile:
Solidity version not found:
STDOUT:

STDERR:
Traceback (most recent call last):
  File "/opt/homebrew/bin/solc", line 8, in <module>
    sys.exit(solc())
             ^^^^^^
  File "/opt/homebrew/Cellar/solc-select/1.0.2/libexec/lib/python3.11/site-packages/solc_select/__main__.py", line 80, in solc
    res = current_version()
          ^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Cellar/solc-select/1.0.2/libexec/lib/python3.11/site-packages/solc_select/solc_select.py", line 60, in current_version
    raise argparse.ArgumentTypeError(
argparse.ArgumentTypeError: No solc version set. Run `solc-select use VERSION` or set SOLC_VERSION environment variable.

@montyly montyly merged commit bcc4293 into dev Jan 10, 2023
@montyly montyly deleted the output-solc-stderr branch January 10, 2023 17:31
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.

2 participants