GNU bug report logs - #73096
A guile package for SRFI-235.

Previous Next

Package: guix-patches;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Sat, 7 Sep 2024 13:03:01 UTC

Severity: normal

Done: jgart <jgart <at> dismail.de>

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: jgart <jgart <at> dismail.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73096: closed (A guile package for SRFI-235.)
Date: Mon, 09 Sep 2024 18:19:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Sep 2024 13:17:57 -0500
with message-id <87a5gg6696.fsf <at> dismail.de>
and subject line Re: A guile package for SRFI-235.
has caused the debbugs.gnu.org bug report #73096,
regarding A guile package for SRFI-235.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73096: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73096
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Yuval Langer <yuval.langer <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: A guile package for SRFI-235.
Date: Sat, 7 Sep 2024 16:02:06 +0300
[Message part 3 (text/plain, inline)]
Hi,

here's my package definition for SRFI-235.

Please review!

Many thanks,
Yuval Langer.
[0001-Add-guile-srfi-235.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 73096-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>, Yuval Langer <yuval.langer <at> gmail.com>
Subject: Re: A guile package for SRFI-235.
Date: Mon, 09 Sep 2024 13:17:57 -0500
Applied, thanks!

I tested with the following in a REPL:

scheme@(guile-user)> ,use(srfi srfi-235)
scheme@(guile-user)> (if-procedure #t (lambda () 1) (lambda () 2))
$1 = 1
#<unspecified>
scheme@(guile-user)> (if-procedure #f (lambda () 1) (lambda () 2))
$2 = 2
#<unspecified>

-- 
all the best,
jgart


This bug report was last modified 347 days ago.

Previous Next


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