GNU bug report logs - #62814
[PATCH] Clarify substitute* docstring with an additional example

Previous Next

Package: guix-patches;

Reported by: "Wicki Gabriel (wicg)" <wicg <at> zhaw.ch>

Date: Thu, 13 Apr 2023 11:50:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Wicki Gabriel (wicg)" <wicg <at> zhaw.ch>
Subject: bug#62814: closed (Re: bug#62814: [PATCH] Clarify substitute*
 docstring with an additional example)
Date: Thu, 11 May 2023 12:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62814: [PATCH] Clarify substitute* docstring with an additional example

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62814 <at> debbugs.gnu.org.

-- 
62814: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62814
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: "Wicki Gabriel (wicg)" <wicg <at> zhaw.ch>
Cc: 62814-done <at> debbugs.gnu.org
Subject: Re: bug#62814: [PATCH] Clarify substitute* docstring with an
 additional example
Date: Thu, 11 May 2023 14:38:56 +0200
Hi,

"Wicki Gabriel (wicg)" <wicg <at> zhaw.ch> skribis:

> From 5ae3c5512e85189a47c859c6128adfd3bfc63159 Mon Sep 17 00:00:00 2001
> From: Gabriel Wicki <gabriel <at> erlikon.ch>
> Date: Thu, 13 Apr 2023 10:31:57 +0200
> Subject: [PATCH] guix: build: utils: Clarify substitute* docstring with an
>  example.
>
> * guix/build/utils.scm (substitute*):  Add an example on how to match
> end-of-line.
> * doc/guix.texi (Build Utilities): Update the corresponding passage.

[...]

>  Be careful about using @code{$} to match the end of a line; by itself it
> -won't match the terminating newline of a line.
> +won't match the terminating newline of a line, e.g. to match a whole
> +line ending with a backslash, one needs a regex like @code{"(.*)\\\\\n$"}.

Applied with a minor tweak and without the (guix build utils) change,
which would entail a world rebuild.

Thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: "Wicki Gabriel (wicg)" <wicg <at> zhaw.ch>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Clarify substitute* docstring with an additional example
Date: Thu, 13 Apr 2023 11:44:11 +0000
[Message part 4 (text/plain, inline)]
Hello

I've created this little patch after wondering how to match (and substitute*) against end-of-line. My patch is based on
982698c52fb388e278dc4cec4b124406f23f102a.

Thanks for review and merge.

gabber
[Message part 5 (text/html, inline)]
[0001-guix-build-utils-Clarify-substitute-docstring-with-a.patch (text/x-patch, attachment)]

This bug report was last modified 2 years and 11 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.