public inbox for nncp-devel@lists.stargrave.org
Atom feed
From: "Klaus Alexander Seistrup" <klaus@seistrup•dk>
To: NNCP Development <nncp-devel@lists.cypherpunks.su>
Subject: Bugette: The hjson-cli command has an empty version string
Date: Sat, 20 Sep 2025 09:53:39 +0200	[thread overview]
Message-ID: <ynma5didc6pj2gujnr2dtie5g4e6v4hgq7pr7surddrhfqphx3@cfw2elvkqx6j> (raw)

Hey,

I am the packager of the nncp package on AUR, and I noticed that the bin/hjson-cli command is unaware of its own version.

As per https://github.com/hjson/hjson-go/blob/master/build_release.sh the version should be set during build with

  -X main.Version=${VERSION}

It is impossible to derive $VERSION from the contents of the hjson-cli command included in the vendor directory.

Cheers,

-- 
Kʟᴀᴜꜱ Aʟᴇxᴀɴᴅᴇʀ Sᴇɪꜱᴛʀᴜᴘ 🇩🇰

             reply	other threads:[~2025-09-20  7:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-20  7:53 Klaus Alexander Seistrup [this message]
2025-09-20 12:25 ` Bugette: The hjson-cli command has an empty version string Sergey Matveev
2025-09-20 13:18   ` Klaus Alexander Seistrup