We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to omnisharp-emacs 4.2, integration with flycheck stopped working.
omnisharp-emacs
flycheck
With debugging turned on, I can see this:
Debugger entered--Lisp error: (void-variable server-info) signal(void-variable (server-info)) flycheck-buffer() flycheck-buffer-automatically((idle-change)) flycheck--handle-idle-trigger(#<buffer MOMHelper.cs>) apply(flycheck--handle-idle-trigger #<buffer MOMHelper.cs>) timer-event-handler([t 24216 23893 838179 nil flycheck--handle-idle-trigger (#<buffer MOMHelper.cs>) nil 338000])
I have very new flycheck (latest checkout from https://github.com/flycheck/flycheck, branch master, commit 5a1c821).
master
5a1c821
Would you know which version of flycheck works?
UPDATE: after looking at the flycheck sources: there is no server-info variable; is it in omnisharp-emacs then?
server-info
The text was updated successfully, but these errors were encountered:
Are you by any chance running emacs-28 with native-comp? Please see #521
Sorry, something went wrong.
No branches or pull requests
After upgrading to
omnisharp-emacs
4.2, integration withflycheck
stopped working.With debugging turned on, I can see this:
I have very new flycheck (latest checkout from https://github.com/flycheck/flycheck, branch
master
, commit5a1c821
).Would you know which version of flycheck works?
UPDATE: after looking at the
flycheck
sources: there is noserver-info
variable; is it inomnisharp-emacs
then?The text was updated successfully, but these errors were encountered: