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: ludo <at> gnu.org (Ludovic Courtès)
To: 11468 <at> debbugs.gnu.org
Subject: bug#11468: [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.