emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48111: closed (tilde in Go package names (eg. sourcehut hosted packa


From: GNU bug Tracking System
Subject: bug#48111: closed (tilde in Go package names (eg. sourcehut hosted packages))
Date: Mon, 05 Jul 2021 07:58:02 +0000

Your message dated Mon, 05 Jul 2021 09:57:14 +0200
with message-id 
<99ccdaecd57d5766ee5920e811a934b9b2a58394.camel@student.tugraz.at>
and subject line Re: bug#48111: tilde in Go package names (eg. sourcehut hosted 
packages)
has caused the debbugs.gnu.org bug report #48111,
regarding tilde in Go package names (eg. sourcehut hosted packages)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48111: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48111
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: tilde in Go package names (eg. sourcehut hosted packages) Date: Thu, 29 Apr 2021 19:54:15 +0200
Trying to import kineto and getting this error when building it:

guix build: error: invalid character `~' in name
`go-git-sr-ht-~sircmpwn-kineto-0.0.0-20210225135222-edd4fe31f16f-checkout.drv'

I know the names are significant in go-build-system so I'm not sure how
to work around the issue without breaking anything.



--- End Message ---
--- Begin Message --- Subject: Re: bug#48111: tilde in Go package names (eg. sourcehut hosted packages) Date: Mon, 05 Jul 2021 09:57:14 +0200 User-agent: Evolution 3.34.2
Hello,

Am Sonntag, den 04.07.2021, 15:51 -0700 schrieb Sarah Morgensen:
> It might be slightly uglier, but I think it's better to keep a
> consistent policy of "replace any invalid characters with a hyphen",
> as it is less likely to generate collisions and it provides a hint to
> the reader that there *is* a character there.
Fair enough, that's a reasonable take.

> I have attached a patch to do so below, verified that a recursive
> import of the package mentioned above builds without modification
> (well, I had to update a dependency...) and verified that there are
> not currently any go packages using a tilde in their name with:
> 
> $ egrep -r '"go-[^"]*~[^"]*"' gnu/packages
I couldn't verify this as the importer delivered 410s, but the patch
LGTM, so I pushed it.

Thanks,
Leo



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]