GNU bug report logs - #13176
SRFI-37 does not terminate

Previous Next

Package: guile;

Reported by: ludo <at> gnu.org (Ludovic Courtès)

Date: Thu, 13 Dec 2012 21:47:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

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: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#13176: closed (SRFI-37 does not terminate)
Date: Mon, 25 Mar 2013 22:33:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 Mar 2013 23:29:51 +0100
with message-id <87li9b2jvk.fsf <at> gnu.org>
and subject line Re: bug#13176: SRFI-37 does not terminate
has caused the debbugs.gnu.org bug report #13176,
regarding SRFI-37 does not terminate
to be marked as done.

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


-- 
13176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guile <at> gnu.org
Subject: SRFI-37 does not terminate
Date: Thu, 13 Dec 2012 22:45:34 +0100
The following case does not terminate:

scheme@(guile-user)> (use-modules (srfi srfi-37))
scheme@(guile-user)> (define opts (list (option '(#\I) #f #t (lambda _ #t))))
scheme@(guile-user)> (args-fold '("-I") opts (lambda _ (error "unrecognized")) (lambda _ #f) '())
[spins forever]

(This is an option with a short name, optional argument; it is used
without that optional argument.)

Ludo’.


[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: 13176-done <at> debbugs.gnu.org
Subject: Re: bug#13176: SRFI-37 does not terminate
Date: Mon, 25 Mar 2013 23:29:51 +0100
ludo <at> gnu.org (Ludovic Courtès) skribis:

> The following case does not terminate:
>
> scheme@(guile-user)> (use-modules (srfi srfi-37))
> scheme@(guile-user)> (define opts (list (option '(#\I) #f #t (lambda _ #t))))
> scheme@(guile-user)> (args-fold '("-I") opts (lambda _ (error "unrecognized")) (lambda _ #f) '())
> [spins forever]

Fixed in 59b0f9d.

Ludo’.


This bug report was last modified 12 years and 119 days ago.

Previous Next


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