Closed GoogleCodeExporter closed 9 years ago
Original comment by hige...@gmail.com
on 30 Jan 2009 at 5:35
Thanks. Fixed on trunk revision 1101.
(1) REPL
mosh>(raise 1)
Unhandled exception:
Non-condition object:
1
(2) script file
% ./mosh work.scm
Non-condition object:
1
Exception:
error in raise: returned from non-continuable exception
Stack trace:
1. throw: <subr>
2. (raise c): compiler-with-library.scm:3078
3. eval: <subr>
4. (dynamic-wind in body out): compiler-with-library.scm:2997
5. (dynamic-wind in body out): compiler-with-library.scm:2997
6. (dynamic-wind in body out): compiler-with-library.scm:2997
7. (<top-level>): <unknown location>
Original comment by hige...@gmail.com
on 30 Jan 2009 at 7:45
Original issue reported on code.google.com by
dico.leq...@gmail.com
on 29 Jan 2009 at 8:34