Package Details: zls-git r1683.f96b226-1

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: 5
Popularity: 0.000050
First Submitted: 2020-05-02 00:22 (UTC)
Last Updated: 2023-06-02 15:00 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

micwoj92 commented on 2024-11-26 20:54 (UTC)

Build fails:

==> Starting build()...
error: failed to delete excluded path 'known-folders-1cceeb70e77dec941a4178160ff6c8d05a74de6f' from package: IsDir
/build/zls-git/src/zls/build.zig.zon:19:20: error: package contains 'diffz-ef45c00d655e5e40faf35afbbde81a1fa5ed7ffb' which has illegal file type 'unknown'
error: failed to delete excluded path 'zig-lsp-codegen-6b34887189def7c859307f4a9fc436bc5f2f04c9' from package: IsDir
==> ERROR: A failure occurred in build().
    Aborting...

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 any when the resulting build is architecture-specific; it should be marked as something like arch=(x86_64 aarch64 i686) instead.

delitako commented on 2021-10-24 16:02 (UTC)

LICENSE.md was recently replaced with a plaintext LICENSE. The PKGBUILD just 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.zig file was also installed somewhere

wbthomason 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.