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

Ctrl-C in error message exists Ikarus #185

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

Pressing Ctrl-C while an error is being printed causes Ikarus to exit. (This is with the version of Ikarus with Ctrl-C during printing fixed.)

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

(car (make-vector 100000)) Unhandled exception Condition components:

  1. &assertion
  2. &who: car
  3. &message: "argument does not have required pair structure"
  4. &irritants: (#(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Unhandled exception: Condition components: 1. &interrupted
  5. &message: "received an interrupt signal" $

Launchpad Details: #LP305851 Michael D. Adams - 2008-12-06 19:32:01 -0500

hyln9 commented 10 years ago

Fixed in 1704.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-12-08 02:15:42 -0500