GNU bug report logs -
#66504
[PATCH] etc: snippets: Do not match unintended quotes.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66504 in the body.
You can then email your comments to 66504 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66504
; Package
guix-patches
.
(Thu, 12 Oct 2023 18:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 12 Oct 2023 18:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* etc/snippets/tempel/scheme-mode (origin): Unquote ‘git-fetch’, ‘svn-fetch’,
‘hg-fetch’, ‘cvs-fetch’, and ‘bzr-fetch’. Use ‘otherwise’ instead of ‘t’.
---
etc/snippets/tempel/scheme-mode | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/etc/snippets/tempel/scheme-mode b/etc/snippets/tempel/scheme-mode
index ef73a1e595..249f4ce8e3 100644
--- a/etc/snippets/tempel/scheme-mode
+++ b/etc/snippets/tempel/scheme-mode
@@ -18,32 +18,32 @@ scheme-mode
"(origin"
n> "(method " (p "url-fetch" method) ")"
n> "(uri " (cl-case (and method (intern method))
- ('git-fetch "git-reference...")
- ('svn-fetch "svn-reference...")
- ('hg-fetch "hg-reference...")
- ('cvs-fetch "cvs-reference...")
- ('bzr-fetch "bzr-reference...")
- (t "\"https://...\""))
+ (git-fetch "git-reference...")
+ (svn-fetch "svn-reference...")
+ (hg-fetch "hg-reference...")
+ (cvs-fetch "cvs-reference...")
+ (bzr-fetch "bzr-reference...")
+ (otherwise "\"https://...\""))
")"
n>
(cl-case (and method (intern method))
- ('git-fetch
+ (git-fetch
(insert "(file-name (git-file-name name version))")
(newline)
(indent-according-to-mode))
- ('hg-fetch
+ (hg-fetch
(insert "(file-name (hg-file-name name version))")
(newline)
(indent-according-to-mode))
- ('svn-fetch
+ (svn-fetch
(insert "(file-name (string-append name \"-\" version \"-checkout\"))")
(newline)
(indent-according-to-mode))
- ('cvs-fetch
+ (cvs-fetch
(insert "(file-name (string-append name \"-\" version \"-checkout\"))")
(newline)
(indent-according-to-mode))
- ('bzr-fetch
+ (bzr-fetch
(insert "(file-name (string-append name \"-\" version \"-checkout\"))")
(newline)
(indent-according-to-mode))
base-commit: 1328c4cca531318e3ed90c6aecb522a5b22a4bcc
prerequisite-patch-id: c1e8930b4fa8edf38130d45c5205a019b6e26dc7
prerequisite-patch-id: 730b3b393d9502ebb6b8339f7ead9589cec71c6f
prerequisite-patch-id: 1fdb09d54aa0ba3082f9501119c9810a36b0c66a
prerequisite-patch-id: 355921c4b3df14383f153b3ba8eb4d0ae6f0ab6c
--
2.41.0
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 15 Oct 2023 10:34:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 15 Oct 2023 10:34:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 66504-done <at> debbugs.gnu.org (full text, mbox):
Am Donnerstag, dem 12.10.2023 um 20:19 +0200 schrieb Liliana Marie
Prikler:
> * etc/snippets/tempel/scheme-mode (origin): Unquote ‘git-fetch’,
> ‘svn-fetch’,
> ‘hg-fetch’, ‘cvs-fetch’, and ‘bzr-fetch’. Use ‘otherwise’ instead of
> ‘t’.
> ---
Pushed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 12 Nov 2023 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.