[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1062: make check on windows: assertion failed: (
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1062: make check on windows: assertion failed: (equal? 1.0 (numerator 0.0)) |
Date: |
Tue, 11 Feb 2014 07:44:08 -0000 |
#1062: make check on windows: assertion failed: (equal? 1.0 (numerator 0.0))
-----------------------------+----------------------------------------------
Reporter: mario | Owner:
Type: defect | Status: closed
Priority: major | Milestone: 4.9.0
Component: core libraries | Version: 4.8.x
Resolution: fixed | Keywords: windows
-----------------------------+----------------------------------------------
Changes (by sjamaan):
* status: new => closed
* resolution: => fixed
Comment:
"fixed" by disabling the tests in changeset c368462. Properly trying to
fix all broken systems is a rabbit-hole that goes too deep; for example
iOS even sets a hardware flag on the FPU to treat denormalised floating-
point numbers as zero. There may be more OS/CPU combinations that do
similarly fubar things. Our industry's madness knows no limits.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1062#comment:6>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Chicken-janitors] #1062: make check on windows: assertion failed: (equal? 1.0 (numerator 0.0)),
Chicken Trac <=