Latrasis / linter-solidity

Atom Linter support for Solidity
Other
27 stars 10 forks source link

Support for Solidity ^0.4.0 #7

Closed shayanb closed 8 years ago

shayanb commented 8 years ago

There are some backward-incompatible changes in new Solidity which is not being recognized by solidity linter. e.g Change _ to _; in modifiers.

More changes here: https://github.com/ethereum/solidity/releases

Latrasis commented 8 years ago

Done at: 5dcb586434d668

shayanb commented 8 years ago

Thanks it works great.