* felix winkelmann <fe...@call-with-current-continuation.org> [120316 08:33]:
> >> > - [PATCH] Bugfix for #791 and unpack flonums correctly for integer?
> >> 
> >> Can't remember.
> > 
> > http://lists.nongnu.org/archive/html/chicken-hackers/2012-03/msg00010.html
> > 
> 
> Signed off and pushed.

This patch breaks the tests for me. This is due to library tests
being compiled with specialisation.

The test in question is:

(assert (not (integer? +inf.)))


This works fine in csi:

#;1> (not (integer? +inf.))
#t

Also the assert works fine.

Did make check pass for you with the compiled library tests? I am
testing on a 64 bit linux.

Cheers,

Christian

-- 
9 out of 10 voices in my head say, that I am crazy,
one is humming.

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to