DanielGavin / ols

Language server for Odin
MIT License
417 stars 62 forks source link

The language server doesn't work on Mac M1 #253

Closed derpycoder closed 11 months ago

derpycoder commented 11 months ago

I get this pop-up when I try to open up an odin file:

image


So I cloned the repo and tried to build it using bash build.sh.

And I got:

ols-nightly/src/odin/printer/visit.odin(1312:6) Error: 'v' of type '^Range_Stmt' has no field 'reverse'
    if v.reverse {
       ^

Am I using the wrong Odin version? odin version dev-2023-08:9453b238

Or is it something else?

DanielGavin commented 11 months ago

You need a newer version of Odin. I think there was just a new release that should work.

Yeah right now there is no arm mac runner on github, so I can't make a image just yet.