trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

parse/parseImports should not fail on pre-release compiler #34

Closed axic closed 6 years ago

axic commented 6 years ago

Every nightly release emits this warning: "Warning: This is a pre-release compiler version, please do not use it in production."

Unfortunately that means they cannot be used with truffle as warnings are considered errors in truffle.

It would be really nice making an exception for that given warning. This is currently blocking testing within Solidity unfortunately.

See https://github.com/ethereum/solidity/issues/3244 for more details.