marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

missing one-operand division operation for flonum complex numbers #22

Closed marcomaggi closed 13 years ago

marcomaggi commented 13 years ago

$ vicare Vicare Scheme version 0.1b0+ (revision e17ad8eddb928987ce876f9a01ff13401f9f1626, build 2011-06-13) Copyright (c) 2006-2010 Abdulaziz Ghuloum and contributors

(/ 1.1+2.2i) Unhandled exception Condition components:

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

The function "/" in the file "ikarus.numerics.ss" is missing the case for the predicate "clflonum?".

marcomaggi commented 13 years ago

Fixed in revision 0.1b1.