#127 closed defect (worksforme)
SLIME fails to EXTENSION:QUIT
| Reported by: | Mark Evenson | Owned by: | Mark Evenson |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.0 |
| Component: | interpreter | Version: | 0.24 |
| Keywords: | slime | Cc: | |
| Parent Tickets: |
Description
Alan Ruttenberg reports that "(QUIT) in SLIME doesn't"
CL-USER> (quit) ; Evaluation aborted on NIL.
The REPL used by SLIME is failing to catch and properly interpret the new ProcessingTerminated exception thrown by QUIT.
Change History (10)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Priority: | major → minor |
|---|
comment:3 by , 15 years ago
| Milestone: | unscheduled → 0.27 |
|---|
comment:4 by , 15 years ago
| Milestone: | 0.27 → unscheduled |
|---|
comment:5 by , 15 years ago
comment:6 by , 15 years ago
| Milestone: | unscheduled → 2.0 |
|---|
comment:7 by , 13 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
comment:9 by , 12 years ago
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:10 by , 12 years ago
| Milestone: | 1.4.0 → 1.3.0 |
|---|
Note:
See TracTickets
for help on using tickets.
Unclear as to how to nicely resolve the issue where we need to interpret the exact semantics of EXTENSIONS:EXIT when used as part of a library.