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 has achieved status of emacs standard for on-fligh error and warning reporting. It provides visually apealing indicators, infrastructure to handle more information, keybindings and user interface. There are plans to expand the functionality to provide fixing behavior.
There is no need to reimplement all of the functionality.
Tasks to do:
make haskell-mode depend on flycheck
remove current overlay functionality
when loading a file in interpreter gather all errors and warnings in a respective session, not that it should gather all errors and warnings for all files that are loaded in a session
when flycheck requests error list for a specific buffer provide it from the session
Use the :start hook in flycheck checker definition to achieve this.
The text was updated successfully, but these errors were encountered:
flycheck has achieved status of emacs standard for on-fligh error and warning reporting. It provides visually apealing indicators, infrastructure to handle more information, keybindings and user interface. There are plans to expand the functionality to provide fixing behavior.
There is no need to reimplement all of the functionality.
Tasks to do:
haskell-mode
depend onflycheck
Use the
:start
hook in flycheck checker definition to achieve this.The text was updated successfully, but these errors were encountered: