GNU bug report logs - #11468
[2.0.5] ‘%port-conversion-strategy’ broken & undocumented

Previous Next

Package: guile;

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

Date: Mon, 14 May 2012 15:25: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)
Subject: bug#11468: closed (Re: bug#11468: [2.0.5] ‘%port-conversion-strategy’
 broken & undocumented)
Date: Wed, 30 May 2012 22:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#11468: [2.0.5] ‘%port-conversion-strategy’ broken & undocumented

which was filed against the guile package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 11468 <at> debbugs.gnu.org.

-- 
11468: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11468
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: 11468-done <at> debbugs.gnu.org
Subject: Re: bug#11468: [2.0.5] ‘%port-conversion-strategy’ broken & undocumented
Date: Thu, 31 May 2012 00:57:01 +0200
ludo <at> gnu.org (Ludovic Courtès) skribis:

> ‘%port-conversion-strategy’ is not documented, and its relation to
> ‘scm_to_stringn’ is not documented either.

Fixed in commit b22e94db7c91d7661204e33f3bc2bfead002c9b7, in stable-2.0.

Comments welcome!

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: bug-guile <at> gnu.org
Subject: [2.0.5] ‘%port-conversion-strategy’
	broken & undocumented
Date: Mon, 14 May 2012 17:23:51 +0200
‘%port-conversion-strategy’ is not documented, and its relation to
‘scm_to_stringn’ is not documented either.

Worse:

  scheme@(guile-user)> (fluid-set! %port-conversion-strategy 'error)
  Segmentation fault

Indeed, an integer is expected:

  scheme@(guile-user)> (fluid-ref %port-conversion-strategy)
  $2 = 1

Fix to expect a symbol like ‘set-port-conversion-strategy!’?

Ludo’.



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

Previous Next


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