gpo.zugaina.org

Search Portage & Overlays:

dev-util/docker-language-server

Language server for Dockerfiles, Compose files, and Bake files

Screenshots

  • docker-language-server-0.20.1
    ~amd64

    View      Download      Browse     License: Apache-2.0 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016   
    Overlay: guru

ChangeLog

commit e33a3ab7fa8322807b5a53cf6a85c0799f9cf742
Author: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
Date: Mon Jun 22 09:00:49 2026 +0600

dev-util/docker-language-server: compile with symbol tables

I originally copied the compile command from the Makefile, and modified
it according to the needs

However, it originally was passing on the `-s` and `-w` flag to the go
linker

From https://pkg.go.dev/cmd/link
```
-s
Omit the symbol table and debug information.
Implies the -w flag, which can be negated with -w=0.

-w
Omit the DWARF symbol table.
```

So when the install phase happened, portage was complaining about pre
stripped files

This should be fixed now

Thanks goes to ago for finding this bug!

Closes: https://bugs.gentoo.org/977875
Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>

commit 8e5bd0b0adeef79df2e1bafea4d6ea500d4ff90f
Author: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>
Date: Tue Jun 16 09:11:56 2026 +0600

dev-util/docker-language-server: new package, add 0.20.1

Signed-off-by: ingenarel (NeoJesus) <ingenarel_neojesus@disroot.org>