#127: SLIME fails to EXTENSION:QUIT -------------------------+-------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: unscheduled Component: interpreter | Version: 0.24 Keywords: slime | -------------------------+-------------------------------------------------- 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.