chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #1096: (abs most-negative-fixnum) does return negativ


From: Chicken Trac
Subject: [Chicken-janitors] #1096: (abs most-negative-fixnum) does return negative value
Date: Tue, 04 Feb 2014 12:31:13 -0000

#1096: (abs most-negative-fixnum) does return negative value
----------------------------+-----------------------------------------------
 Reporter:  ckeen           |       Owner:       
     Type:  defect          |      Status:  new  
 Priority:  major           |   Milestone:  4.9.0
Component:  core libraries  |     Version:  4.8.x
 Keywords:  abs core        |  
----------------------------+-----------------------------------------------
 Found by David Krenzlin on #chicken
 {{{
 $ csi -n
 CHICKEN
 (c) 2008-2014, The Chicken Team
 (c) 2000-2007, Felix L. Winkelmann
 Version 4.8.4 (rev 7dad446)
 linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
 compiled 2014-02-03 on devpool08 (Linux)
 #;1> (abs most-negative-fixnum)
 -4611686018427387904
 #;2> (fixnum? most-negative-fixnum)
 #t
 }}}

 Works fine with the numbers egg's version.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1096>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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