-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
This may be related to #516.
Using Emacs 28 with native compilation enabled, this error occurs when starting the server.
Debugger entered--Lisp error: (void-variable it)
omnisharp--read-lines-from-process-output(#<process OmniServer<4>> "{\"Event\":\"log\",\"Body\":{\"LogLevel\":\"INFORMATION\",\"N...")
(let* ((messages-from-server (omnisharp--read-lines-from-process-output process message-part)) (error-message (concat "The server sent an unknown json message. " "Inspect the omnisharp-server process buffer " "to view recent messages from the server. " "Set `omnisharp-debug' to t and inspect the " "*omnisharp-debug* buffer for this error specifical...")) (json-messages (-map #'(lambda (json-string) (omnisharp--json-read-from-string json-string error-message)) messages-from-server))) (-map #'omnisharp--handle-server-event json-messages))
omnisharp--handle-server-message(#<process OmniServer<4>> "{\"Event\":\"log\",\"Body\":{\"LogLevel\":\"INFORMATION\",\"N...")
If I add these lines to my config the error stops occurring.
(setq no-native-compile t
load-no-native t)Metadata
Metadata
Assignees
Labels
No labels