GNU bug report logs -
#62814
[PATCH] Clarify substitute* docstring with an additional example
Previous Next
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
Message #10 received at 62814-done <at> debbugs.gnu.org (full text, mbox):
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’.
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.