trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Ignore the "pre-release compiler" warning. #35

Closed chriseth closed 6 years ago

chriseth commented 6 years ago

The parsing component should ignore the pre-release compiler warning. The warning should be displayed to the user at some point, but the user cannot fix the warning by changing the source code and thus the parser should at least continue operating.

Fixes https://github.com/trufflesuite/truffle-compile/issues/34