GNU bug report logs -
#73370
[PATCH] Update Emacs-zig-mode to fix multi-line string bug.
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73370 in the body.
You can then email your comments to 73370 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#73370
; Package
guix-patches
.
(Thu, 19 Sep 2024 20:05:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
lynnlei <lynn <at> lynn.sh>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 19 Sep 2024 20:05:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73370
; Package
guix-patches
.
(Tue, 15 Oct 2024 07:20:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Tue, 15 Oct 2024 07:21:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
lynnlei <lynn <at> lynn.sh>
:
bug acknowledged by developer.
(Tue, 15 Oct 2024 07:21:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 12 Nov 2024 12:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.