Pass diagnostic description as list to fit Flymake columns#33
Pass diagnostic description as list to fit Flymake columns#33jleechpe wants to merge 1 commit intoerickgnavar:masterfrom
Conversation
|
Ah, it requires flymake 1.4.1 (available via elpa or built-in on the emacs-31 branch). I guess this should either wait for that or add to package-requires. I normally run off of emacs-git so didn't notice, switched to current version and got an error when using the updated code, update the package through elpa and it started working again. |
I don't think that requiring a newest version of For now we can leave the PR open until the required version of Another approach could be check somehow if the current installation of |

Flymake supports the diagnostic info being passed as a list of
'(origin code msg)which then maps to the columns.This changes it to use this functionality and end up consistent with Eglot LSP outputs