diku-dk / futhark-mode

Emacs major mode for editing Futhark programs
ISC License
9 stars 1 forks source link

futhark-flycheck.el gives error when entering futhark-mode #4

Closed badly-drawn-wizards closed 2 years ago

badly-drawn-wizards commented 4 years ago

I'm getting an error in futhark-flycheck.el that source-inplace is undefined. I'm running version 0.2, with Doom Emacs using nix-doom-emacs.

doom/version gives

Doom v2.0.9 (n/a)
Emacs v26.3
athas commented 4 years ago

That's odd. That code only runs when flycheck is available, and I wasn't aware that source-inplace is not always available.

athas commented 2 years ago

The flycheck stuff is gone now. We're now all in on LSP.