Since a while I don't get any diagnostics anymore from rtags.el. The RTags Diagnostics buffer is always empty (even when there are errors) and flycheck can't display any errors either. This might be related to https://github.com/Andersbakken/rtags/issues/1428, as I have to disable the rdm diagnostics output, or else rdm will crash.
Steps to reproduce the behavior:
install current rtags via brew
enable rtags.el in emacs
visit any project indexed by rtags, which contains errors or warnings
Expected behavior
I would expect to see diags in the RTags Diagnostics buffer and highlights by flycheck.
Update: I recompiled rtags with brew using llvm@9 as a dependency instead of llvm@13 and now I have flycheck error messages again. There seem to have been some breaking changes in the last llvm release(s).
Since a while I don't get any diagnostics anymore from rtags.el. The RTags Diagnostics buffer is always empty (even when there are errors) and flycheck can't display any errors either. This might be related to https://github.com/Andersbakken/rtags/issues/1428, as I have to disable the rdm diagnostics output, or else rdm will crash.
Steps to reproduce the behavior:
Expected behavior I would expect to see diags in the RTags Diagnostics buffer and highlights by flycheck.