Opened 9 years ago
Closed 5 years ago
#446 closed defect (fixed)
bogus type specifiers are allowed in handler-bind cases
| Reported by: | charmon | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.0 |
| Component: | compiler | Version: | 1.5.0-dev |
| Keywords: | Cc: | ||
| Parent Tickets: |
Description
The following should give an error:
(handler-case
(error "what")
(bogus-error ()
(format nil "I'm sorry")))
bogus-error is an undefined type and ABCL should give an error instead of silently ignoring this clause.
Change History (9)
comment:1 Changed 9 years ago by
| Milestone: | → 1.5.0 |
|---|
comment:2 Changed 8 years ago by
| Milestone: | 1.5.0 → 1.6.0 |
|---|
comment:5 Changed 5 years ago by
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:9 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed