DanielGavin / ols

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

Undeclared name 'Auto_Cast' for type 'Field_Flag' #247

Closed pedrotrschneider closed 11 months ago

pedrotrschneider commented 11 months ago

I'm getting a compilation error when trying to build from source:

/home/ptrschneider/distrobox/odin/.src/ols/src/server/analysis.odin(711:7) Error: Undeclared name 'Auto_Cast' for type 'Field_Flag'
        if .Auto_Cast in flags {
            ^~~~~~~~^
/home/ptrschneider/distrobox/odin/.src/ols/src/odin/printer/visit.odin(2606:6) Error: Undeclared name 'Auto_Cast' for type 'Field_Flag'
        if .Auto_Cast in flags {
            ^~~~~~~~^

Environment:

Tried to install the language server both from source, and from the AUR package odinls, both gave the same error as a result.

DanielGavin commented 11 months ago

There was a new odin change recently. It should now work with source.