On 9/9/07, skaller <[EMAIL PROTECTED]> wrote:
> On Mon, 2007-09-10 at 03:19 +1000, skaller wrote:
> > I have modified the configuration checks for NaN et al.
> > Felix now provides isnan, isinf, and isfinite for floating types.
> >
> > THIS NEEDS TESTING ON NON LINUX PLATFORMS!

It's almost working. It looks like on windows it's printing out "+inf"
while on the mac it's just "inf". So, it looks like the test and the
mac version is broken :)

Diff:

***** TEST\REGRESS\rt-1.01.62-0.expect
repr: nan
str:  inf
repr: inf
str:  -inf
***** TEST\REGRESS\RT-1.01.62-0.OUTPUT
repr: nan
str:  +inf
repr: +inf
str:  -inf
*****

***** TEST\REGRESS\rt-1.01.62-0.expect
repr: nan
str:  inf
repr: inf
str:  -inf
***** TEST\REGRESS\RT-1.01.62-0.OUTPUT
repr: nan
str:  +inf
repr: +inf
str:  -inf
*****

***** TEST\REGRESS\rt-1.01.62-0.expect
repr: nan
str:  inf
repr: inf
str:  -inf
***** TEST\REGRESS\RT-1.01.62-0.OUTPUT
repr: nan
str:  +inf
repr: +inf
str:  -inf
*****

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to