GNU bug report logs - #73370
[PATCH] Update Emacs-zig-mode to fix multi-line string bug.

Previous Next

Package: guix-patches;

Reported by: lynnlei <lynn <at> lynn.sh>

Date: Thu, 19 Sep 2024 20:05:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: lynnlei <lynn <at> lynn.sh>
Subject: bug#73370: closed (Re: [bug#73370] [PATCH] Update Emacs-zig-mode
 to fix multi-line string bug.)
Date: Tue, 15 Oct 2024 07:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73370: [PATCH] Update Emacs-zig-mode to fix multi-line string bug.

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 73370 <at> debbugs.gnu.org.

-- 
73370: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73370
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: lynnlei via Guix-patches via <guix-patches <at> gnu.org>
Cc: lynnlei <lynn <at> lynn.sh>, 73370-done <at> debbugs.gnu.org
Subject: Re: [bug#73370] [PATCH] Update Emacs-zig-mode to fix multi-line
 string bug.
Date: Tue, 15 Oct 2024 09:19:16 +0200
Hello,

lynnlei via Guix-patches via <guix-patches <at> gnu.org> writes:

> ---
> gnu/packages/emacs-xyz.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9138fefa6d..41edddbc34 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -7583,7 +7583,7 @@ (define-public emacs-zeno-theme
> (license license:gpl3+))))
>
> (define-public emacs-zig-mode
> - (let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
> + (let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
> (revision "0"))
> (package
> (name "emacs-zig-mode")
> @@ -7596,8 +7596,9 @@ (define-public emacs-zig-mode
> (commit commit)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
> + (base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
> (build-system emacs-build-system)
> + (inputs (list emacs-reformatter))

Added a proper commit message and applied your patch. Thank you!

Please use `git format-patch' when sending a patch. See manual for
details.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
From: lynnlei <lynn <at> lynn.sh>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] Update Emacs-zig-mode to fix multi-line string bug.
Date: Thu, 19 Sep 2024 19:50:16 +0000
[Message part 4 (text/plain, inline)]
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9138fefa6d..41edddbc34 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7583,7 +7583,7 @@ (define-public emacs-zeno-theme
(license license:gpl3+))))

(define-public emacs-zig-mode
- (let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
+ (let ((commit "f55e42536a3f34b81198b856595dc3a61867aa3e")
(revision "0"))
(package
(name "emacs-zig-mode")
@@ -7596,8 +7596,9 @@ (define-public emacs-zig-mode
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
+ (base32 "1s0p6dijg2zdzhw2mpyajwnsx6g28swgzpy63g8yn72718rq31kn"))))
(build-system emacs-build-system)
+ (inputs (list emacs-reformatter))
(arguments
(list
#:tests? #t
-- 2.46.0
[Message part 5 (text/html, inline)]

This bug report was last modified 221 days ago.

Previous Next


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