Ticket #18 (writing defect)
exception system
| Reported by: | alexshinn | Owned by: | alexshinn |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | WG1 - Exceptions | Keywords: | |
| Cc: |
Description
R6RS provided a detailed exception system with
support for raising and catching exceptions, using
a hierarchy of exception types.
Do we use this, or parts of it, or a new exception
system?
Change History
comment:3 Changed 2 years ago by arcfide
I believe that there may be a simpler and more unified approach to errors and exceptions then the rather involved R6RS methods. Specifically, the use of error handlers and the like serves much the same purpose without nearly as much definition.
comment:4 Changed 16 months ago by cowan
- Status changed from new to closed
- Resolution set to wontfix
WG1 voted to take no action.
comment:5 Changed 16 months ago by alexshinn
- Status changed from closed to reopened
- Resolution wontfix deleted
Note: See
TracTickets for help on using
tickets.

No. WG2.