You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Flycheck executable should now be
`flycheck-solidity-checker-executable` with the latest flycheck
versions
- If flycheck is not there it's not sufficient to simply do
`(when (require 'flycheck nil 'noerror) .. )`. You also have to wrap
in `(eval-when-compile ... )`. This should address #8 and the errors
the users are seeing there.
0 commit comments