DanielGavin / ols

Language server for Odin
MIT License
375 stars 56 forks source link

Fix check missing newlines #354

Closed Feoramund closed 2 months ago

Feoramund commented 2 months ago

The check procedure was missing newlines because scan was doing a double advance, causing multiple errors to appear in one program line. Using next instead should fix that.

DanielGavin commented 2 months ago

Closing this because I have moved over to the json error parsing, so the older code is not needed anymore.