chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#1814: OS X / PowerPC failing test: remainder return -0.0


From: Chicken Trac
Subject: #1814: OS X / PowerPC failing test: remainder return -0.0
Date: Mon, 06 Feb 2023 07:57:28 -0000

#1814: OS X / PowerPC failing test: remainder return -0.0
----------------------------------------+-----------------------
            Reporter:  cellularmitosis  |       Type:  defect
              Status:  new              |   Priority:  minor
           Milestone:  someday          |  Component:  unknown
             Version:  5.3.0            |   Keywords:  remainder
Estimated difficulty:                   |
----------------------------------------+-----------------------
 I recently added CHICKEN 5.3.0 to my package manager for OS X
 Tiger/PowerPC and Leopard/PowerPC:
 
https://github.com/cellularmitosis/leopard.sh/commit/192014b920692434337783199742ceb217694f27

 When I ran the tests, there was only one failure:

 {{{
 (FAIL) remainder: flo/flo: expected 0.0 but got -0.0
 }}}

 I also verified it by hand:

 {{{
 $ csi
 CHICKEN
 (c) 2008-2021, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 5.3.0 (rev e31bbee5)
 macosx-unix-gnu-ppc [ 32bit dload ]

 Type ,? for help.
 #;1> (remainder 1.0 1.0)
 -0.0
 #;2>
 }}}

 Thanks for all of your work on CHICKEN!

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1814>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]