default exception handler expected to return for non-&serious conditions

Bug #206847 reported by Derick Eddington
2
Affects Status Importance Assigned to Milestone
Ikarus Scheme
Fix Committed
Medium
Abdulaziz Ghuloum

Bug Description

[d@eep:~/t6]-> cat non-serious.ss
(import (rnrs))
(raise-continuable (make-warning))
(display "After.\n")
[d@eep:~/t6]-> scheme-script non-serious.ss
Unhandled exception:
 Condition components:
   1. &warning
### no "After."
[d@eep:~/t6]->

R6RS Libraries 7.1:
"Moreover, the [default] exception handler is expected to return when passed any other non-&serious condition."

Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Fixed in 1433. Thanks. (seems like you're becoming an R6RS lawyer yourself :-))

Changed in ikarus:
assignee: nobody → aghuloum
importance: Undecided → Medium
status: New → Fix Committed
Revision history for this message
Abdulaziz Ghuloum (aghuloum) wrote :

Addendum: &interrupted conditions (e.g., ^C) were non-serious making it impossible to interrupt stray scripts. They are now (rev 1451) a subcondition of &serious instead of &condition.

Changed in ikarus:
milestone: none → 0.0.4
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.