GNU bug report logs - #12241
errata in section 2.4 of Guile v2.0.6 manual

Previous Next

Package: guile;

Reported by: "Kurt W. Gochko" <kgochko <at> comcast.net>

Date: Mon, 20 Aug 2012 18:34:01 UTC

Severity: normal

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

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 12241 in the body.
You can then email your comments to 12241 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 bug-guile <at> gnu.org:
bug#12241; Package guile. (Mon, 20 Aug 2012 18:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Kurt W. Gochko" <kgochko <at> comcast.net>:
New bug report received and forwarded. Copy sent to bug-guile <at> gnu.org. (Mon, 20 Aug 2012 18:34:01 GMT) Full text and rfc822 format available.

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

From: "Kurt W. Gochko" <kgochko <at> comcast.net>
To: bug-guile <at> gnu.org
Subject: errata in section 2.4 of Guile v2.0.6 manual
Date: Mon, 20 Aug 2012 14:29:06 -0400
The function j0_wrapper() in section 2.4 Writing Guile Extensions of
version 2.0.6 of the Guile Reference manual is incorrect.
	return scm_make_real (j0 (scm_num2dbl (x, "j0")));
should instead be
	return scm_from_double (j0 (scm_to_double (x)));
Note that the correct function can be found in section 5.3.1
A Simple Guile Extension.





Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Mon, 03 Sep 2012 20:38:02 GMT) Full text and rfc822 format available.

Notification sent to "Kurt W. Gochko" <kgochko <at> comcast.net>:
bug acknowledged by developer. (Mon, 03 Sep 2012 20:38:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: "Kurt W. Gochko" <kgochko <at> comcast.net>
Cc: 12241-done <at> debbugs.gnu.org
Subject: Re: bug#12241: errata in section 2.4 of Guile v2.0.6 manual
Date: Mon, 03 Sep 2012 22:35:57 +0200
Hi,

"Kurt W. Gochko" <kgochko <at> comcast.net> skribis:

> The function j0_wrapper() in section 2.4 Writing Guile Extensions of
> version 2.0.6 of the Guile Reference manual is incorrect.
> 	return scm_make_real (j0 (scm_num2dbl (x, "j0")));
> should instead be
> 	return scm_from_double (j0 (scm_to_double (x)));
> Note that the correct function can be found in section 5.3.1
> A Simple Guile Extension.

Indeed.  Fixed, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 02 Oct 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 207 days ago.

Previous Next


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