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

Wrong who in uint-list->bytevector #187

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

$ ikarus Ikarus Scheme version 0.0.3+ (revision 1716, build 2008-12-12) Copyright (c) 2006-2008 Abdulaziz Ghuloum

(uint-list->bytevector '(-1) (native-endianness) 1) Unhandled exception Condition components:

  1. &assertion
  2. &who: bytevector-uint-set!
  3. &message: "number must be positive"
  4. &irritants: (-1)

Launchpad Details: #LP307615 Michael D. Adams - 2008-12-12 21:40:45 -0500

hyln9 commented 10 years ago

Fixed in revision 1718. Thanks.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-13 07:04:47 -0500