Package Details: expert-git r1034.d1cac1d9-1

Git Clone URL: https://aur.archlinux.org/expert-git.git (read-only, click to copy)
Package Base: expert-git
Description: Official Elixir Language Server Protocol implementation
Upstream URL: https://expert-lsp.org/
Licenses: Apache-2.0
Conflicts: expert-git
Provides: expert-git
Submitter: maruss
Maintainer: warmwaffles
Last Packager: warmwaffles
Votes: 1
Popularity: 0.029988
First Submitted: 2025-09-11 20:30 (UTC)
Last Updated: 2026-05-04 21:30 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

warmwaffles commented on 2026-05-05 18:31 (UTC)

Can confirm, this is an issue upstream. Burrito requires 0.15.2 and zig proper bumped to 0.16.0

rubin55 commented on 2026-05-05 16:49 (UTC)

After update to zig 0.16.0 this morning, expert-git fails to build:

> Your Zig version does not match the one Burrito requires! We need `0.15.2`, you have: `0.16.0`
** (exit) 1
    (burrito 1.5.0) lib/burrito.ex:59: Burrito.check_zig_version/0
    (burrito 1.5.0) lib/burrito.ex:11: Burrito.wrap/1
    (mix 1.19.5) lib/mix/tasks/release.ex:1086: Mix.Tasks.Release.run_steps/1
    (mix 1.19.5) lib/mix/task.ex:499: anonymous fn/3 in Mix.Task.run_task/5
    (mix 1.19.5) lib/mix/cli.ex:129: Mix.CLI.run_task/2
    /usr/bin/mix:7: (file)
error: Recipe `burrito-local` failed with exit code 1
==> ERROR: A failure occurred in build().
    Aborting...

warmwaffles commented on 2026-01-06 15:16 (UTC)

There's an issue with the build process. We have to go back to burrito-local rather than just release. I'll update when we have more information.

uriel commented on 2025-12-31 00:47 (UTC)

@warmwaffles lovely stuff, thanks!

warmwaffles commented on 2025-12-30 15:16 (UTC)

@uriel I switched it to just release since we don't need burrito because we are building locally.

warmwaffles commented on 2025-12-30 15:12 (UTC)

@uriel because upstream made the change for that https://github.com/elixir-lang/expert/commit/98a6a1ec2c4d51d8b096341e95363117a3dc6faa

uriel commented on 2025-12-24 15:26 (UTC)

Hi, why did you change to building "burrito-local" instead of "release-local"?