ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 410 forks source link

Solidity compiler tab should not present warnings as errors #458

Open ghost opened 6 years ago

ghost commented 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:.

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.

ghost commented 6 years ago

@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