Re: Go Package with multiple subpackage

2024-10-28 Thread Denis 'GNUtoo' Carikli
On Sun, 27 Oct 2024 18:56:11 +0100 Andreas Enge wrote: > Also, there is some magic in etc/git/gitconfig in the Guix > repository: When you do a "git send-email" to guix-patc...@gnu.org > with a commit touching any of the Go team files above, the team > members will be automatically cc-ed. Yes, thi

Re: Go Package with multiple subpackage

2024-10-27 Thread Andreas Enge
Am Sun, Oct 27, 2024 at 04:14:24PM +0100 schrieb Denis 'GNUtoo' Carikli: > I'll try to reproduce that with matterbridge. I assume that it's OK if > I add you in the list of reviewers if/when I get something ready. $ ./etc/teams.scm show go id: go name: Go team description: scope: + gnu/packages/c

Re: Go Package with multiple subpackage

2024-10-27 Thread Denis 'GNUtoo' Carikli
On Sat, 26 Oct 2024 23:11:17 +0100 Sharlatan Hellseher wrote: > Take a look at the current effort of unbundle (gnu packages ipfs) - > kubo. Bit by bit and we nearly unweaved the rainbow. Thanks a lot, that was the part that I lacked. I assumed I needed to do all 500 at once because go didn't prov

Re: Go Package with multiple subpackage

2024-10-26 Thread Sharlatan Hellseher
Hi Denis, Adding to Andreas's thesis - it's hard to be the first =) and extending your concern - start with small; small series, small contribution, small steps, but be persistent in your efforts and keep the attitude (refering to Chris Hadfield's "An Astronaut's Guide to Life on Earth"). To eas

Re: Go Package with multiple subpackage

2024-10-25 Thread Denis 'GNUtoo' Carikli
On Mon, 21 Oct 2024 16:18:56 +0200 Andreas Enge wrote: > > As I understand, packaging too many dependencies would create > > complications for the maintenance. > > Is that true? It looks opposite to the general Guix philosophy; > once you have invested all the work of checking the licenses, it wo

Re: Re: Go Package with multiple subpackage

2024-10-21 Thread Sharlatan Hellseher
Hi, Some feed back from my latest experience with go refresh and sorting packages task. Guix contain few packages with bundled dependencies (300+ each), it would be a peas-full time if they were packed fully in the first place but it was not for some reason. CC avp who makes an effort to 100% un

Re: Go Package with multiple subpackage

2024-10-21 Thread Development of GNU Guix and the GNU System distribution.
Andreas Enge writes: Am Fri, Oct 18, 2024 at 11:43:28PM +0200 schrieb Denis 'GNUtoo' Carikli: And given the number of dependencies I was told that it was okay to have them bundled in. As I understand, packaging too many dependencies would create complications for the maintenance. Is that

Re: Go Package with multiple subpackage

2024-10-21 Thread Nicolas Graves
On 2024-09-22 13:21, Superfly Johnson wrote: > The Azure SDK for Go > (https://github.com/Azure/azure-sdk-for-go/releases) has many > sub-packages within the same directory and the guix import method won't > work directly. I think the best solution for packaging the requirements > for rclone w

Re: Go Package with multiple subpackage

2024-10-21 Thread Andreas Enge
Am Fri, Oct 18, 2024 at 11:43:28PM +0200 schrieb Denis 'GNUtoo' Carikli: > I verified most of the licenses for the dependencies with a combination > of recursive guix import and manually looking for the ones that weren't > detected. > > And given the number of dependencies I was told that it was o

Re: Go Package with multiple subpackage

2024-10-18 Thread Denis 'GNUtoo' Carikli
Hi, Sorry for the delay, On Sun, 22 Sep 2024 13:21:30 -0400 Superfly Johnson wrote: > The Azure SDK for Go > (https://github.com/Azure/azure-sdk-for-go/releases) has many > sub-packages within the same directory and the guix import method > won't work directly. I think the best solution for p