Closed glyh closed 5 months ago
It seems the fetching mechanism is failing for ZLS? No zls can be fetched with 0.11.0 as well. It's only working for master for me at the moment.
That tracks. I haven’t been happy with how we pull ZLS for a while. I need to figure out how to host it myself, or the community needs to find a more reputable host.
Don’t worry, added to my priority tasks. Thanks for reporting!
Okay, idea. If ZVM catches an error with installing ZLS, or if you pass a flag, it could just clone the repository and use your Zig install to build ZLS with your exact Zig version. Might be temporary when I actually have a server
Yeah I think that solution could work.
Tied to #85
Describe the bug No zls is available for
0.12.0
and0.11.0
To Reproduce Steps to reproduce the behavior:
zvm install -D=zls 0.12.0
(or use 0.11.0) 2 Runzvm use 0.12.0
Expected behavior zls is installed.
Desktop (please complete the following information):
Linux mechrevo 6.8.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 17 Apr 2024 15:20:28 +0000 x86_64 GNU/Linux
Additional Context
It looks like there's no 0.12.0 release for zls on zls's repo yet. I think we can forward it to 0.11.0 for now?ZLS 0.12.0 is already released, we still can't fetch it.