GNU bug report logs - #42235
gnu: emacs-racket-mode: Update to 20200706.

Previous Next

Package: guix-patches;

Reported by: Christopher Lemmer Webber <cwebber <at> dustycloud.org>

Date: Mon, 6 Jul 2020 20:00:02 UTC

Severity: normal

Done: Christopher Lemmer Webber <cwebber <at> dustycloud.org>

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 42235 in the body.
You can then email your comments to 42235 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42235; Package guix-patches. (Mon, 06 Jul 2020 20:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Lemmer Webber <cwebber <at> dustycloud.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 06 Jul 2020 20:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
To: guix-patches <at> gnu.org
Subject: gnu: emacs-racket-mode: Update to 20200706.
Date: Mon, 06 Jul 2020 15:59:12 -0400
[Message part 1 (text/plain, inline)]
Finally, now with REPL history!

I'm not really sure what's going on with the version number stuff here
so let me know if this looks right...

[0001-gnu-emacs-racket-mode-Update-to-20200706.patch (text/x-patch, inline)]
From 341c387b94ab78fa887a25f2b400bb0a9332851c Mon Sep 17 00:00:00 2001
From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Date: Mon, 6 Jul 2020 15:57:18 -0400
Subject: [PATCH] gnu: emacs-racket-mode: Update to 20200706.

* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200706.
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ca331efd5..c1bde027c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15575,8 +15575,8 @@ perform regression test for packages that provide font-lock rules.")
       (license license:gpl3+))))
 
 (define-public emacs-racket-mode
-  (let ((commit "5f396fa91fc22310f5c519aa658436a1a5251846")
-        (revision "5"))
+  (let ((commit "5eb31a284c8db5102bc71b1e2c6ce3a095ae085b")
+        (revision "6"))
     (package
       (name "emacs-racket-mode")
       (version (git-version "0.0.2" revision commit))
@@ -15589,12 +15589,13 @@ perform regression test for packages that provide font-lock rules.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1214y08i0c51d1vzw9jzyf79vyfqizdy6m0980qs13qbdwsj32v0"))))
+           "081h6rd0gv88m0wvnmghi242kl39x1sz34qr4cq9vz04iwvnmgrm"))))
       (build-system emacs-build-system)
       (arguments
        `(#:include '("\\.el$" "\\.rkt$")))
       (propagated-inputs
        `(("emacs-faceup" ,emacs-faceup)
+         ("emacs-pos-tip" ,emacs-pos-tip)
          ("emacs-s" ,emacs-s)))
       (home-page "https://www.racket-mode.com/")
       (synopsis "Major mode for the Racket language")
-- 
2.26.2

[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#42235; Package guix-patches. (Tue, 07 Jul 2020 12:12:01 GMT) Full text and rfc822 format available.

Message #8 received at 42235 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Cc: 42235 <at> debbugs.gnu.org
Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
Date: Tue, 07 Jul 2020 14:11:17 +0200
Hello,

Christopher Lemmer Webber <cwebber <at> dustycloud.org> writes:

> Finally, now with REPL history!
>
> I'm not really sure what's going on with the version number stuff here
> so let me know if this looks right...

It looks perfect to me :)

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#42235; Package guix-patches. (Tue, 07 Jul 2020 12:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 42235 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 42235 <at> debbugs.gnu.org
Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
Date: Tue, 07 Jul 2020 08:34:59 -0400
Nicolas Goaziou writes:

> Hello,
>
> Christopher Lemmer Webber <cwebber <at> dustycloud.org> writes:
>
>> Finally, now with REPL history!
>>
>> I'm not really sure what's going on with the version number stuff here
>> so let me know if this looks right...
>
> It looks perfect to me :)
>
> Regards,

Great... then pushed!




Information forwarded to guix-patches <at> gnu.org:
bug#42235; Package guix-patches. (Tue, 07 Jul 2020 15:01:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Lemmer Webber <cwebber <at> dustycloud.org>
Cc: guix-patches <at> gnu.org, 42235-done <at> debbugs.gnu.org,
 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Subject: Re: [bug#42235] gnu: emacs-racket-mode: Update to 20200706.
Date: Tue, 07 Jul 2020 11:00:15 -0400
Christopher Lemmer Webber writes:

> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Christopher Lemmer Webber <cwebber <at> dustycloud.org> writes:
>>
>>> Finally, now with REPL history!
>>>
>>> I'm not really sure what's going on with the version number stuff here
>>> so let me know if this looks right...
>>
>> It looks perfect to me :)
>>
>> Regards,
>
> Great... then pushed!

Oh yeah, and closing :)




Reply sent to Christopher Lemmer Webber <cwebber <at> dustycloud.org>:
You have taken responsibility. (Tue, 07 Jul 2020 15:01:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Lemmer Webber <cwebber <at> dustycloud.org>:
bug acknowledged by developer. (Tue, 07 Jul 2020 15:01: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. (Wed, 05 Aug 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 314 days ago.

Previous Next


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