Opened 9 years ago
Closed 6 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 by , 9 years ago
| Milestone: | → 1.5.0 |
|---|
comment:2 by , 9 years ago
| Milestone: | 1.5.0 → 1.6.0 |
|---|
comment:5 by , 6 years ago
| Milestone: | 1.6.2 → 1.7.0 |
|---|
comment:9 by , 6 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed