ethereum / emacs-solidity

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

solc `--old-reporter` flag removed in solc 0.8.0 #62

Closed mdunnio closed 3 years ago

mdunnio commented 3 years ago

I'm receiving this error message:

Suspicious state from syntax checker solidity-checker: Flycheck checker solidity-checker returned 1, but its output contained no errors: unrecognised option '--old-reporter'

It was removed here: https://github.com/ethereum/solidity/pull/10167

Not sure how to reconcile solidity-checker with the new output.

LefterisJP commented 3 years ago

Oh hey @mdunnio thanks for the issue. I don't have much time to maintain this repo much lately. If you have any elisp skills perhaps you could help debug this and provide a fix for the problem?