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

Unary division doesn't handle inexact complex numbers #281

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-11-07) Copyright (c) 2006-2009 Abdulaziz Ghuloum

(/ 1.0+1.0i) Unhandled exception Condition components:

  1. &assertion
  2. &who: /
  3. &message: "not a number"
  4. &irritants: (1.0+1.0i)

Launchpad Details: #LP863704 Göran Weinholt - 2011-09-30 18:07:17 -0400

hyln9 commented 10 years ago

Fixed in commit 6c0804e49adb2cc7d3e2d09d95ae723817881908