Re: [PATCH v1 1/6] docs/match: add pattern matching examples

2023-01-29 Thread Maxime Devos
On 29-01-2023 03:40, Blake Shaw wrote: Hi Maxime, Did you watch my talk from Guix days? I read the text in the talk, but mostly skipped the speech. There I detailed that the goal would be to move from what is painfully obvious, gradually building up in chunks and peices. That is what is h

[PATCH] web: Hosts ending in a full stop are valid.

2023-01-29 Thread Tobias Geerinckx-Rice
* module/web/uri.scm (valid-host?): Drop one trailing "." before validating. --- module/web/uri.scm | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/module/web/uri.scm b/module/web/uri.scm index 8e0b9bee7..c6affa963 100644 --- a/module/web/uri.scm +++ b/module

Re: [PATCH v1 1/6] docs/match: add pattern matching examples

2023-01-29 Thread Maxime Devos
On 29-01-2023 04:04, Blake Shaw wrote: On 26-01-2023 19:57, Blake Shaw wrote: >   @example > -(match lst > -  (((heads tails ...) ...) > -   heads)) > +(match '(((a b c) e f g) 1 2 3) > +  (((head ...) tails ...) > +   `(,@tails ,head))) > +@result

Resurrecting top-notch continuous integration for Guile

2023-01-29 Thread Ludovic Courtès
Hello Guilers! (And hello Guix—that’s about an interesting use case. :-)) Back in 2009, together with Rob Vermaas of NixOS, we set up continuous integration for Guile (among other GNU packages), using Nix coupled with Hydra, its continuous integration (CI) system: https://lists.gnu.org/archive

Re: Resurrecting top-notch continuous integration for Guile

2023-01-29 Thread Tobias Geerinckx-Rice
Hello, > (Speaking of which, I hereby ask fellow Guix hackers to voice any > concerns they may have regarding this use of project resources.) Please use project resources. Thank you. Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

Re: Resurrecting top-notch continuous integration for Guile

2023-01-29 Thread Developers list for Guile, the GNU extensibility library
Hi Ludo' On Sun, Jan 29, 2023 at 9:37 AM Ludovic Courtès wrote: > > I hereby ask fellow Guix hackers to voice any > concerns they may have regarding this use of project resources. I am not a Guix hacker (although maybe every user is one too) and, as a newbie, I cannot speak for the group but the

Re: [PATCH v1 1/6] docs/match: add pattern matching examples

2023-01-29 Thread Blake Shaw
Hi Maxime, I have to be perfectly up-front: past interactions like this, which appear to me as more or less a means to gatekeep the contribution process by tying up others' time in disagreement over what is ultimately minutiae (I'll get into specifics momentarily), ultimately drove me away from co