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

Debugger should say "exception" #206

Closed hyln9 closed 10 years ago

hyln9 commented 10 years ago

I suggest the word "exception" be used instead of "condition" (in the two spots the debugger says the word) because non-condition objects can be raised:

(raise "not a condition") Condition trapped by debugger. Non-condition object: "not a condition" [t] Trace. [r] Reraise condition. [c] Continue. [q] Quit. [?] Help.

Launchpad Details: #LP382103 Derick Eddington - 2009-05-31 05:44:58 -0400

hyln9 commented 10 years ago

Fixed in 1810.

Launchpad Details: #LPC Abdulaziz Ghuloum - 2009-06-26 04:07:15 -0400