[shepherd] several patches that i deem ready

2024-01-18 Thread Attila Lendvai
dear Guix, Ludo, i have prepared the rest of my commits that were needed to hunt down the shepherd hanging bug. you can find them at: https://codeberg.org/attila-lendvai-patches/shepherd/commits/branch/attila there's some dependency among the commits, so sending them to debbugs would be either

Re: 07/07: gnu: Add python-docspec.

2024-01-18 Thread Ricardo Wurmus
Hi Maxim, > I'm not in the Python team, but I thought I'd give some feedback on > recent Python packages added. > > guix-comm...@gnu.org writes: > >> gnu: Add python-docspec. >> >> * gnu/packages/python-xyz.scm (python-docspec): New variable. >> >> Change-Id: I3103bde348327

Re: Golang check phase skipping some tests?

2024-01-18 Thread Sharlatan Hellseher
Hi, There are not too many Golang packages in Guix comparing to other language spectific modules: --8<---cut here---start->8--- grep -r "build-system go-build-system" gnu/packages | awk '{print $1}' | sort | uniq -c | sort -rn 382 gnu/packages/golang.scm:

Re: Golang check phase skipping some tests?

2024-01-18 Thread Troy Figiel
Hi Oleg and others, On 2024-01-18 11:25, Sharlatan Hellseher wrote: > With small adjustment of the invok line, I could manage to trigger all tests > to > be run, but it brings other issue of some not packed modules required for the > check phase. Thanks for the update! I noticed the same with `g

Re: Feedback of the GNU Guix manual

2024-01-18 Thread Maxim Cournoyer
Hi Matt! Matt writes: > I care about this. How can I help? > > - Convert the notes into patches? > - Proofread any patches that derive from Christian's efforts? That would be a good way to help, yes! It'll be easier to review if each distinct problem is fixed in its own commit (patch). -- T

Re: Golang mudules to follow common grouping

2024-01-18 Thread Maxim Cournoyer
Hi Oleg, Sharlatan Hellseher writes: > Hi Guix, > > I'm about to prepare split and aggregation of all golag packages > related to cryptography. The process would be the same as for > golang-check and golang-web. > > > In progress: > golang-cryptography > > Planned: > golang-compression > golan

Re: Golang check phase skipping some tests?

2024-01-18 Thread Maxim Cournoyer
Hi Oleg, Sharlatan Hellseher writes: > Hi, > > I can't say that I'm an expert in Golang :-), but I've got some experience in > building and deploying Glang daily for some time. > > First things first the default behaviour of `go test ./...` is like this: > > find * -type f -name *_test.go | > >

Re: 07/07: gnu: Add python-docspec.

2024-01-18 Thread Maxim Cournoyer
Hi, I'm not in the Python team, but I thought I'd give some feedback on recent Python packages added. guix-comm...@gnu.org writes: > gnu: Add python-docspec. > > * gnu/packages/python-xyz.scm (python-docspec): New variable. > > Change-Id: I3103bde3483273a335156b38de742f493f

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2024-01-18 Thread Fabio Natali
On 2024-01-18, 14:25 +0100, Andreas Enge wrote: > thanks for your report! Hey Andreas, thank you for getting back to me. > This is quite amazing. One of the most depressing experiences at a CCC > was when I went to a Lisp assembly, and there were at most a dozen > people around a table, none of

Re: Guix CLI, thoughts and suggestions

2024-01-18 Thread Rostislav Svoboda
I find the discrepancy regarding two dashes '--' is annoying: $ guix package --list-generations=1d ... $ guix describe --list-generations=1d guix system: error: list-generations=1d: unrecognized option $ guix describe list-generations=1d ... And more importantly, I'd be happy if the CLI and REPL

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2024-01-18 Thread Matt
On Thu, 18 Jan 2024 14:25:19 +0100 Andreas Enge wrote --- > And my (admittedly dated) experience seems to indicate that there is not > much point in joining non-existant Lisp forces. I'm not sure what you mean by this statement.

Re: Guix deploy --keep-going equivalent for machine connection failures

2024-01-18 Thread Attila Lendvai
> Another option worth considered is adding a `'can-connection-fail?' (default: > #f)` to either `machine` or `machine-ssh-configuration`. i'd call it `ignore-connection-failure?`, or if we want to ignore all problems for a machine, then `ignore-failure?`. --keep-going could set the default val

Re: Guix at 37C3 Chaos Communication Congress in late Dec?

2024-01-18 Thread Andreas Enge
Hello Fabio, Am Mon, Jan 01, 2024 at 01:49:24PM + schrieb Fabio Natali: > The introductory session on Day 1 wasn't so bad, I think. Given the low > level of feedback on the Fediverse I was expecting very few people, > instead I think we were north of 30 participants! thanks for your report! T

Re: [Guix-europe-sac] Shutting down qa.guix?

2024-01-18 Thread Andreas Enge
Hello, Am Sat, Dec 09, 2023 at 11:54:59AM +0100 schrieb Ludovic Courtès: > I think this underlines a collective failure to get our act together. indeed, and besides what Simon mentioned about the bank situation I think there was a certain lack of consistency between deciding on the technical and

Re: Collecting Guix talks at FOSDEM

2024-01-18 Thread Simon Tournier
Hi Steve, On mer., 17 janv. 2024 at 21:16, Steve George wrote: > Hi - initial draft of the post went to Ludo today for review (and commit > as I don't have the rights). We'll see what his reaction is to my > British English and random punctuation! ;-) Cool! Thank you. For the next time, in

Re: Unreleased wget

2024-01-18 Thread Andreas Enge
Am Sat, Dec 09, 2023 at 12:47:32PM +0100 schrieb Ludovic Courtès: > I’ve now uploaded a copy of that tarball to ftp.gnu.org/gnu/guix/mirror. > As a rule of thumb, we should always store upstream tarball copies or > variants thereof on that server. Thank you for the fix, and sorry again for my mist

Re: Golang check phase skipping some tests?

2024-01-18 Thread Sharlatan Hellseher
Hi, I can't say that I'm an expert in Golang :-), but I've got some experience in building and deploying Glang daily for some time. First things first the default behaviour of `go test ./...` is like this: --8<---cut here---start->8--- find * -type f -name *_t

Re: Proposition to streamline our NAR collection to just zstd-compressed ones

2024-01-18 Thread Giovanni Biscuolo
Hello, Ludovic Courtès writes: [...] > From experience we know that users on foreign distros rarely, if ever, > upgrade the daemon (on top of that, upgrading the daemon is non-trivial > to someone who initially installed the Debian package, from what I’ve > seen, because one needs to fiddle wit