non-Jedi / eglot-jl

Wrapper for using Julia LanguageServer.jl with emacs eglot
Creative Commons Zero v1.0 Universal
62 stars 11 forks source link

Issue with cfunction on Arm64(apple silicon) #22

Closed gbaraldi closed 3 years ago

gbaraldi commented 3 years ago

I've been trying to use eglot-jl on a m1 mac and am getting this error ''' ERROR: LoadError: cfunction: closures are not supported on this platform [stderr] in expression starting at /Users/gabrielbaraldi/.emacs.d/.local/straight/build-27.2/eglot-jl/eglot-jl.jl:37''' I've seen this error appear on other issues like here.

gbaraldi commented 3 years ago

I took a look, this looks like an upstream issue from LanguageServer.jl