ethereum / emacs-solidity

The official solidity-mode for EMACS
GNU General Public License v3.0
205 stars 66 forks source link

Adjust package for solc >= 0.6.0. Also bump version to v0.1.10 #53

Closed LefterisJP closed 4 years ago

LefterisJP commented 4 years ago

This patch makes it so that the solidity flycheck checker works properly with solc versions >= 0.6.0

Since the output of solc >= 0.6.0 differs quite a bit from the old versions we then utilize the --old-reporter argument which reverts to the previous form of output.