* bug#73454: mix-build-system does not support git-version output
@ 2024-09-24 16:14 paul via Bug reports for GNU Guix
2024-10-13 22:09 ` bug#73454: Close paul via Bug reports for GNU Guix
0 siblings, 1 reply; 2+ messages in thread
From: paul via Bug reports for GNU Guix @ 2024-09-24 16:14 UTC (permalink / raw)
To: 73454
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
Dear Guix,
consider the following procedure invokation:
scheme@(guile-user)> (package-name->elixir-name "elixir-a-pkg-1.2.3")
$1 = "a_pkg"
This is the behaviour manifested when the procedure is called with a
version created with the git-version procedure from (guix git-download):
scheme@(guile-user)> (package-name->elixir-name "a_pkg-0.0.0-0.e51e36e")
$1 = "a_pkg_0.0.0
while the expected behaviour would be:
scheme@(guile-user)> (package-name->elixir-name "a_pkg-0.0.0-0.e51e36e")
$1 = "a_pkg"
I'm sending a patch addressing this, thank you for your work!
[-- Attachment #2: Type: text/html, Size: 858 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-13 22:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-24 16:14 bug#73454: mix-build-system does not support git-version output paul via Bug reports for GNU Guix
2024-10-13 22:09 ` bug#73454: Close paul via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).