#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 Changed 15 years ago by
| Owner: | changed from ehuelsmann to Mark Evenson |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
| Priority: | major → minor |
|---|
comment:3 Changed 14 years ago by
| Milestone: | unscheduled → 0.27 |
|---|
comment:4 Changed 14 years ago by
| Milestone: | 0.27 → unscheduled |
|---|
comment:5 Changed 14 years ago by
comment:6 Changed 14 years ago by
| Milestone: | unscheduled → 2.0 |
|---|
comment:7 Changed 13 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
comment:9 Changed 12 years ago by
| Milestone: | 2.0.0 → 1.4.0 |
|---|
comment:10 Changed 12 years ago by
| 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.