hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

exception in division of 0 with negative bignums #196

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

Ikarus Scheme version 0.0.4-rc1+ (revision 1746, build 2009-01-13) Copyright (c) 2006-2008 Abdulaziz Ghuloum

(/ 0 -10000000000) Unhandled exception Condition components:

  1. &assertion
  2. &who: fxquotient
  3. &message: "not a fixnum"
  4. &irritants: (10000000000)

Launchpad Details: #LP316768 Aki Helin - 2009-01-13 09:08:12 -0500

hyln9 commented 10 years ago

Fixed in revision 1755. Sorry for the delay.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2009-04-06 10:16:20 -0400