DanielGavin / ols

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

Error: 'v' of type '^Range_Stmt' has no field 'reverse' #249

Closed sevengiantsstudio closed 11 months ago

sevengiantsstudio commented 11 months ago

I get the following error when installing ols in windows: ./build.bat

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

DanielGavin commented 11 months ago

You are using an old version of Odin. This project is currently built to work with the latest master of Odin.