Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@0xicingdeath
Copy link

Linux

vagrant@ubuntu2004:~/solc-select/foo/solc-select$ solc-select install 0.3.1
usage: solc-select install [-h] [INSTALL_VERSIONS [INSTALL_VERSIONS ...]]
solc-select install: error: argument INSTALL_VERSIONS: Invalid version - only solc versions above '0.4.0' are available
vagrant@ubuntu2004:~/solc-select/foo/solc-select$ solc-select install 0.9.4
usage: solc-select install [-h] [INSTALL_VERSIONS [INSTALL_VERSIONS ...]]
solc-select install: error: argument INSTALL_VERSIONS: Invalid version '0.8.4' is the latest available version
vagrant@ubuntu2004:~/solc-select/foo/solc-select$ solc-select use 0.9.4
usage: solc-select use [-h] USE_VERSION
solc-select use: error: argument USE_VERSION: Invalid version '0.8.4' is the latest available version
vagrant@ubuntu2004:~/solc-select/foo/solc-select$ solc-select use 0.3.1
usage: solc-select use [-h] USE_VERSION
solc-select use: error: argument USE_VERSION: Invalid version - only solc versions above '0.4.0' are available
vagrant@ubuntu2004:~/solc-select/foo/solc-select$

Mac OS X

$ solc-select install 0.3.2
usage: solc-select install [-h] [INSTALL_VERSIONS [INSTALL_VERSIONS ...]]
solc-select install: error: argument INSTALL_VERSIONS: Invalid version - only solc versions above '0.3.6' are available
$ solc-select install 0.
9.1
usage: solc-select install [-h] [INSTALL_VERSIONS [INSTALL_VERSIONS ...]]
solc-select install: error: argument INSTALL_VERSIONS: Invalid version '0.8.4' is the latest available version
$ solc-select use 0.3.2
usage: solc-select use [-h] USE_VERSION
solc-select use: error: argument USE_VERSION: Invalid version - only solc versions above '0.3.6' are available
$ solc-select use 0.9.1
usage: solc-select use [-h] USE_VERSION
solc-select use: error: argument USE_VERSION: Invalid version '0.8.4' is the latest available version

Closes #46

@0xicingdeath 0xicingdeath requested a review from montyly May 5, 2021 20:17
@0xicingdeath 0xicingdeath linked an issue May 5, 2021 that may be closed by this pull request
@0xicingdeath
Copy link
Author

0xicingdeath commented Jul 5, 2021

f7111da adds a version check for Windows for #54, which ensures that the version a user wants to interact with >=0.4.5 because:

  • 0.4.1, 0.4.2 – these binaries use the nightly build and not the stable release
  • 0.4.3, 0.4.4 – these binaries are not provided

These will be fixed in #64.

@0xicingdeath
Copy link
Author

Merged into #54 for testing purposes

@0xicingdeath 0xicingdeath deleted the enhance/validate-versions branch June 17, 2022 19:35
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