syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

doom-modeline checker segment fails to report flymake errors #14133

Open zane opened 3 years ago

zane commented 3 years ago

Description :octocat:

doom-modeline checker segment does not include errors.

Reproduction guide :beetle:

The instructions below are for triggering an elisp error, but I believe this bug can be reproduced with any flycheck error.

I could not reproduce this bug on a vanilla Emacs configuration, so I believe this is not an issue upstream.

Observed behaviour: :eyes: :broken_heart: The checker segment in the modeline shows ":no_entry_sign: 0".

Expected behaviour: :heart: :smile: The checker segment in the modeline shows ":no_entry_sign: 7".

System Info :computer:

Backtrace :paw_prints:

Not applicable.

sauvala commented 3 years ago

I have this issue also. The checker doesn't reflect flychecker errors/warnings like you described. I tested this in the init.el config file and also in some Clojure code.

lebensterben commented 3 years ago

@zane I can confirm this bug for emacs-lisp-mode.

theophilusx commented 3 years ago

I can also confirm this with Javascript, lsp-mode and flycheck (lsp-mode linting disabled). The segment in the mode line showing errors always show 0 if there are any errors and a green tick if there are none. Switching the mode-line to spacemacs default and errors are shown correctly.

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

zane commented 7 months ago

Still an issue!