trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Allow newer versions of Solidity 0.4.x #43

Closed celeduc closed 6 years ago

celeduc commented 6 years ago

Issue #762: support solc 0.4.19.

Truffle should not restrict Solidity to version 0.4.18 because semantic versioning specifies that only non-breaking changes will be included in the 0.4.x series. Locking it to 0.4.18 means that users of Truffle cannot use Solidity 0.4.19 with its bug fixes, nor 0.4.20 when it comes along, etc.

OTTTO commented 6 years ago

why was this PR closed? seems rather important, to me.

celeduc commented 6 years ago

I closed it because all such pull requests were ignored. I imagine the maintainers have their reasons.