Opened 12 years ago
Last modified 17 months ago
#298 new defect
Can't invoke a restart with a test
Reported by: | stassats | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.3 |
Component: | interpreter | Version: | 1.2.0-dev |
Keywords: | Cc: | stassats@… | |
Parent Tickets: |
Description
(defun test ()
(handler-bind ((error
(lambda (e)
(invoke-restart (find-restart 'restart e)))))
(restart-case
(error "error")
(restart ()
:report "Try to receive data again"
:test (lambda (c) (typep (print c) 'error))
(print "restart")))))
#<SIMPLE-ERROR {2FFB36C2}>
NIL
NIL
Restart #<RESTART RESTART {2623592}> is not active.
Change History (20)
comment:1 Changed 12 years ago by
Cc: | stassats@… added |
---|
comment:2 Changed 12 years ago by
Component: | other → interpreter |
---|---|
Milestone: | → 1.2.0 |
Owner: | changed from somebody to ehuelsmann |
Version: | → 1.2.0-dev |
comment:3 Changed 12 years ago by
Priority: | major → critical |
---|
comment:4 Changed 11 years ago by
Milestone: | 1.2.0 → 1.3.0 |
---|
comment:5 Changed 11 years ago by
Milestone: | 1.3.0 → 2.0 |
---|
comment:7 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:12 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:17 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:18 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:19 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:20 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed