GNU bug report logs - #38328
[PATCH 1/2] gnu: polyml: Update to 5.8.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Fri, 22 Nov 2019 21:26:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 38328 in the body.
You can then email your comments to 38328 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#38328; Package guix-patches. (Fri, 22 Nov 2019 21:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 22 Nov 2019 21:26:03 GMT) Full text and rfc822 format available.

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

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: polyml: Update to 5.8.
Date: Fri, 22 Nov 2019 15:25:27 -0600
[0001-gnu-polyml-Update-to-5.8.patch (text/x-patch, inline)]
From 6f9182dd60a24721d0575126550f322cad9ab24b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Fri, 22 Nov 2019 15:23:29 -0600
Subject: [PATCH 1/2] gnu: polyml: Update to 5.8.

* gnu/packages/sml.scm (polyml): Update to 5.8.
---
 gnu/packages/sml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sml.scm b/gnu/packages/sml.scm
index 0874b81cc7..fd1ba4a539 100644
--- a/gnu/packages/sml.scm
+++ b/gnu/packages/sml.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2017 Andy Patterson <ajpatter <at> uwaterloo.ca>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado <at> elephly.net>
+;;; Copyright © 2019 Brett Gilio <brettg <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -32,7 +33,7 @@
 (define-public polyml
   (package
     (name "polyml")
-    (version "5.7.1")
+    (version "5.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -41,7 +42,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0j0wv3ijfrjkfngy7dswm4k1dchk3jak9chl5735dl8yrl8mq755"))))
+                "1jabrf9cnmsppawga6q5pjiq1cdayilxp66fkxykczs6vv2gz7f9"))))
     (build-system gnu-build-system)
     (inputs
      `(("gmp" ,gmp)
-- 
2.24.0





Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Fri, 22 Nov 2019 22:05:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Fri, 22 Nov 2019 22:05:02 GMT) Full text and rfc822 format available.

Message #10 received at 38328-done <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 38329-done <at> debbugs.gnu.org, 38328-done <at> debbugs.gnu.org,
 Brett Gilio <brettg <at> posteo.net>
Subject: Re: [bug#38328] [bug#38329] 
Date: Fri, 22 Nov 2019 23:04:09 +0100
[Message part 1 (text/plain, inline)]
Brett,

Brett Gilio 写道:
> [PATCH 1/2] gnu: polyml: Update to 5.8.
> [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.

Pushed as 8717fb8d5f30915999869e80782ae0fcf1c6698d et al.

You opened two separate bugs for this series, which was probably 
not your intention.

You can avoid this by sending a ‘cover letter’ (which can be 
whatever you want) to guix-patches@, waiting for the response, and 
then doing something like ‘git send-email to=nnnn <at> debbugs.gnu.org 
…’ to send the actual patches.

Thanks!

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

Information forwarded to guix-patches <at> gnu.org:
bug#38328; Package guix-patches. (Fri, 22 Nov 2019 22:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 38328-done <at> debbugs.gnu.org (full text, mbox):

From: brettg <at> posteo.net
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 38329-done <at> debbugs.gnu.org, 38328-done <at> debbugs.gnu.org
Subject: Re: [bug#38328] [bug#38329]
Date: Fri, 22 Nov 2019 23:05:24 +0100

On 22.11.2019 23:04, Tobias Geerinckx-Rice wrote:
> Brett,
> 
> Brett Gilio 写道:
>> [PATCH 1/2] gnu: polyml: Update to 5.8.
>> [PATCH 2/2] gnu: polyml: Use HTTPS home page URI.
> 
> Pushed as 8717fb8d5f30915999869e80782ae0fcf1c6698d et al.
> 
> You opened two separate bugs for this series, which was probably not
> your intention.
> 
> You can avoid this by sending a ‘cover letter’ (which can be whatever
> you want) to guix-patches@, waiting for the response, and then doing
> something like ‘git send-email to=nnnn <at> debbugs.gnu.org …’ to send the
> actual patches.
> 
> Thanks!
> 
> T G-R

Oh right! I always forget that convention.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Dec 2019 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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