DanielGavin / ols

Language server for Odin
MIT License
439 stars 67 forks source link

Diagnostics #328

Closed Kaikacy closed 5 months ago

Kaikacy commented 6 months ago

diagnostics are ... terrible. code runs but ols shows some errors (on neovim and vscode). i am just learning but so i really depend on lsp autocompletions and diagnostics. 2024-03-27-225732_hyprshot 2024-03-27-225757_hyprshot I am pretty sure that is a bug.

am on arch linux

DanielGavin commented 6 months ago

Next time write the code snippets. It's easier to test the code.

Right now there is issues with the latest Odin version causing issues with Linux and Darwin.

You could try Odin commit: ed5fd15f6e567c41e1b9cb2c272461f685b9efd2

Until this is fixed, I won't be looking at issues with Linux and Darwin. Many of the tests for ols is failing now because of it.

DanielGavin commented 6 months ago

Odin has now fixed the issue. Please use the latest odin version and rebuild ols.

If it doesn't work, post the code snippet that causes issues.

Kaikacy commented 5 months ago

sorry for being late. it works, thanks