Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtags.el doesn't produce any diagnostics anymore (flycheck in turn neither) #1431

Closed
root42 opened this issue Feb 23, 2022 · 1 comment
Closed

Comments

@root42
Copy link

root42 commented Feb 23, 2022

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 #1428, as I have to disable the rdm diagnostics output, or else rdm will crash.

Steps to reproduce the behavior:

  1. install current rtags via brew
  2. enable rtags.el in emacs
  3. 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.

  • OS/Version: Ubuntu 20.04.4 LTS
  • RTags(rdm,rc): 2.38.130
  • Emacs: GNU Emacs 27.1
  • LLVM/Clang: 13.0.1
@root42
Copy link
Author

root42 commented Feb 23, 2022

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants