Search Criteria
Package Details: zls-git r1683.f96b226-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zls-git.git (read-only, click to copy) |
|---|---|
| Package Base: | zls-git |
| Description: | Zig LSP implementation + Zig Language Server |
| Upstream URL: | https://github.com/zigtools/zls |
| Licenses: | MIT |
| Conflicts: | zls |
| Provides: | zls |
| Replaces: | zls-master-data-git |
| Submitter: | nycex |
| Maintainer: | eclairevoyant |
| Last Packager: | nycex |
| Votes: | 4 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-02 00:22 (UTC) |
| Last Updated: | 2023-06-02 15:00 (UTC) |
Required by (2)
- gnome-foundry-git (requires zls) (optional)
- helix-ext (requires zls) (optional)
Latest Comments
1 2 Next › Last »
delitako commented on 2025-07-14 22:51 (UTC)
@kraskaska: the package should pull the latest commit from git when building and the
pkgver()function in thePKGBUILDshould update the version accordingly. This worked correctly for me when I built it just now (zls r3193.2057e009-1 with Zig 0.15.0-dev.1034+bd97b6618). Are you sure that it's actually outdated?Maybe your build of Zig introduced a breaking change that zls hadn't updated for yet?
kraskaska commented on 2025-07-10 19:27 (UTC)
Package is severely outdated (commit f96b226 dated may 31, 2023 vs 70971e0 dated july 10, 2025) and it doesn't build anymore under latest zig-git.
micwoj92 commented on 2024-11-26 20:54 (UTC)
Build fails:
PotatoChronicler commented on 2023-02-04 21:08 (UTC)
The package won't compile under Zig master anymore (I have 0.11.0-dev.1568+c9b957c93), since they removed the -Drelease-* flags. It should be replaced with -Doptimize=ReleaseFast flag in the future.
clarfonthey commented on 2022-04-07 01:59 (UTC)
This package is incorrectly labelled as
anywhen the resulting build is architecture-specific; it should be marked as something likearch=(x86_64 aarch64 i686)instead.delitako commented on 2021-10-24 16:02 (UTC)
LICENSE.mdwas recently replaced with a plaintextLICENSE. ThePKGBUILDjust needs a one line change on line 38.KomariSpaghetti commented on 2020-11-21 19:32 (UTC)
Would be nice if the
src/special/build_runner.zigfile was also installed somewherewbthomason commented on 2020-06-23 15:10 (UTC)
@nycex: Yep, that's what I found in an issue (https://github.com/zigtools/zls/issues/119) shortly after making my comment (and why I deleted my comment).
For context: I had commented on a compile error with Zig 0.6.0, which indeed is resolved by using Zig master.
Sorry for the confusion/comment churn!
nycex commented on 2020-06-23 15:00 (UTC)
It only works with zig master currently afaik.
1 2 Next › Last »