crytic / solc-select

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

Support for older solc versions with Linux #48

Closed 0xicingdeath closed 3 years ago

0xicingdeath commented 3 years ago

DRAFT PR

Remaining Fixes:

  1. Find a more elegant solution to pulling releases: https://github.com/crytic/solc-select/blob/fix/old-linux-versions/solc_select/solc_select.py#L99-L100 ~2. The changes here affect the printing out of remaining versions, where they do not print in order:~ DONE
    0.4.1
    0.4.10
    0.4.13
    0.4.14
    0.4.15
    0.4.16
    0.4.17
    0.4.18
    0.4.19
    0.4.2
    0.4.20
    0.4.21
    0.4.22
    0.4.23
    0.4.24
    0.4.25
    0.4.26
    0.4.3
    0.4.5
    0.4.6
    0.5.0
0xicingdeath commented 3 years ago

Closing for #53