crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
747 stars 99 forks source link

Logs error message on invalid install version #156

Closed damilolaedwards closed 1 year ago

damilolaedwards commented 1 year ago

This PR fixes issue #153 Logs an informational message if any of the install versions are invalid The command solc-select install 0.7.99 0.7.8 0.8.0 will still install 0.7 and 0.8 while it logs an error message for 0.7.99

0xalpharush commented 1 year ago

This should be considered as well https://github.com/crytic/solc-select/pull/151. Fwiw there is a difference between an invalid version and an unavailable version i.e. one may be released but not available on a given platform