﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1011	float and double foreign-lambdas return wrong values	Shawn Rutledge		"Sometimes I've had better luck with double, but now I wrote an egg just to demonstrate this, and it's failing pretty consistently for both float and double, at least for me, on 64-bit Arch Linux.

Version 4.8.0.3 (stability/4.8.0) (rev 091c3d9)

#;1> (use getafloat)
; loading /usr/lib/chicken/6/getafloat.import.so ...
; loading /usr/lib/chicken/6/getafloat.so ...
#;2> (get-float)
get_float returning 1368477568.000000
38.0
#;3> (get-double)
get_float returning 1368477622.402598
38.0
#;4> (get-int)
5
#;5> (get-pair)
get_float returning 1368477696.000000
get_float returning 1368477696.000000
(38.0 . 38.0)
"	defect	closed	major	someday	unknown	4.8.x	invalid			
