Open ghost opened 6 years ago
@axic commented on Jul 20, 2017, 9:36 AM UTC:
See ethereum/solidity#2610.
If using the old compiler interface, each error message needs to be checked if it contains Warning:.
Warning:
Using the new compiler interface (solc.compileStandardWrapper()) the severity is available as a field. See https://solidity.readthedocs.io/en/develop/using-the-compiler.html#compiler-input-and-output-json-description.
solc.compileStandardWrapper()
This issue was moved by @evertonfraga from ethereum/mist/issues/2797.
@jklepatch commented on Oct 12, 2017, 5:54 AM UTC:
I can work on that one. Is this the right place to start ? https://github.com/ethereum/mist/blob/develop/modules/ipc/methods/eth_compileSolidity.js
@axic commented on Jul 20, 2017, 9:36 AM UTC:
See ethereum/solidity#2610.
If using the old compiler interface, each error message needs to be checked if it contains
Warning:
.Using the new compiler interface (
solc.compileStandardWrapper()
) the severity is available as a field. See https://solidity.readthedocs.io/en/develop/using-the-compiler.html#compiler-input-and-output-json-description.This issue was moved by @evertonfraga from ethereum/mist/issues/2797.