GNU bug report logs - #44902
[PATCH] gnu: loko: Update to 0.7.0

Previous Next

Package: guix-patches;

Reported by: Martin Becze <mjbecze <at> riseup.net>

Date: Fri, 27 Nov 2020 14:56:02 UTC

Severity: normal

Tags: patch

Done: Kei Kebreau <kkebreau <at> posteo.net>

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 44902 in the body.
You can then email your comments to 44902 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#44902; Package guix-patches. (Fri, 27 Nov 2020 14:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Becze <mjbecze <at> riseup.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Nov 2020 14:56:02 GMT) Full text and rfc822 format available.

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

From: Martin Becze <mjbecze <at> riseup.net>
To: guix-patches <at> gnu.org
Cc: Martin Becze <mjbecze <at> riseup.net>
Subject: [PATCH] gnu: loko: Update to 0.7.0
Date: Fri, 27 Nov 2020 08:54:44 -0600
* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
---
 gnu/packages/loko.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
index f6699877f7..737f7250fa 100644
--- a/gnu/packages/loko.scm
+++ b/gnu/packages/loko.scm
@@ -29,7 +29,7 @@
 (define-public loko-scheme
   (package
     (name "loko-scheme")
-    (version "0.6.0")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -37,7 +37,7 @@
              (url "https://gitlab.com/weinholt/loko")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
+        (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.29.2





Information forwarded to guix-patches <at> gnu.org:
bug#44902; Package guix-patches. (Fri, 27 Nov 2020 20:58:01 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kkebreau <at> posteo.net>
To: Martin Becze <mjbecze <at> riseup.net>
Cc: 44902 <at> debbugs.gnu.org
Subject: Re: [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
Date: Fri, 27 Nov 2020 15:56:49 -0500
[Message part 1 (text/plain, inline)]
Hi Martin!

Thanks for submitting this patch.  I noticed a section of the
loko-scheme package mentions that some R7RS tests failed as of version
0.6.0.  Are these tests fixed and runnable as of version 0.7.0?

Kei


Martin Becze <mjbecze <at> riseup.net> writes:

> * gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
> ---
>  gnu/packages/loko.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
> index f6699877f7..737f7250fa 100644
> --- a/gnu/packages/loko.scm
> +++ b/gnu/packages/loko.scm
> @@ -29,7 +29,7 @@
>  (define-public loko-scheme
>    (package
>      (name "loko-scheme")
> -    (version "0.6.0")
> +    (version "0.7.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -37,7 +37,7 @@
>               (url "https://gitlab.com/weinholt/loko")
>               (commit (string-append "v" version))))
>         (sha256
> -        (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
> +        (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
>         (file-name (git-file-name name version))))
>      (build-system gnu-build-system)
>      (arguments
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#44902; Package guix-patches. (Sat, 28 Nov 2020 15:28:01 GMT) Full text and rfc822 format available.

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

From: Martin Becze <mjbecze <at> riseup.net>
To: Kei Kebreau <kkebreau <at> posteo.net>
Cc: 44902 <at> debbugs.gnu.org
Subject: Re: [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
Date: Sat, 28 Nov 2020 09:27:01 -0600
The tests are still a work in progress.

On 11/27/20 2:56 PM, Kei Kebreau wrote:
> Hi Martin!
> 
> Thanks for submitting this patch.  I noticed a section of the
> loko-scheme package mentions that some R7RS tests failed as of version
> 0.6.0.  Are these tests fixed and runnable as of version 0.7.0?
> 
> Kei
> 
> 
> Martin Becze <mjbecze <at> riseup.net> writes:
> 
>> * gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
>> ---
>>   gnu/packages/loko.scm | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/loko.scm b/gnu/packages/loko.scm
>> index f6699877f7..737f7250fa 100644
>> --- a/gnu/packages/loko.scm
>> +++ b/gnu/packages/loko.scm
>> @@ -29,7 +29,7 @@
>>   (define-public loko-scheme
>>     (package
>>       (name "loko-scheme")
>> -    (version "0.6.0")
>> +    (version "0.7.0")
>>       (source
>>        (origin
>>          (method git-fetch)
>> @@ -37,7 +37,7 @@
>>                (url "https://gitlab.com/weinholt/loko")
>>                (commit (string-append "v" version))))
>>          (sha256
>> -        (base32 "019jlh3lywy912cfz689c9fxgf4bi5700i9k04g7sl5w5gchj36m"))
>> +        (base32 "1441aarw3vy14zdxyab495ag2fch04v4j89krhbqnqfkz6mdi0vy"))
>>          (file-name (git-file-name name version))))
>>       (build-system gnu-build-system)
>>       (arguments




Reply sent to Kei Kebreau <kkebreau <at> posteo.net>:
You have taken responsibility. (Sun, 29 Nov 2020 04:39:02 GMT) Full text and rfc822 format available.

Notification sent to Martin Becze <mjbecze <at> riseup.net>:
bug acknowledged by developer. (Sun, 29 Nov 2020 04:39:02 GMT) Full text and rfc822 format available.

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

From: Kei Kebreau <kkebreau <at> posteo.net>
To: Martin Becze <mjbecze <at> riseup.net>
Cc: 44902-done <at> debbugs.gnu.org
Subject: Re: [bug#44902] [PATCH] gnu: loko: Update to 0.7.0
Date: Sat, 28 Nov 2020 23:37:59 -0500
[Message part 1 (text/plain, inline)]
Okay, I've amended the comment at the top of the arguments section and
pushed the commit to master as 40352788de.  Thanks again!

P.S.: I'm seeing now that "gnu: loko..." should have been "gnu: loko-scheme..."
in the first line of the commit message, but it's a bit late now!

Martin Becze <mjbecze <at> riseup.net> writes:

> The tests are still a work in progress.
>
> On 11/27/20 2:56 PM, Kei Kebreau wrote:
>> Hi Martin!
>> Thanks for submitting this patch.  I noticed a section of the
>> loko-scheme package mentions that some R7RS tests failed as of version
>> 0.6.0.  Are these tests fixed and runnable as of version 0.7.0?
>> Kei
>> 
>> Martin Becze <mjbecze <at> riseup.net> writes:
>> 
[signature.asc (application/pgp-signature, inline)]

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

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

Previous Next


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