Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an error on exit with C-d, and input y<RET>. #55

Closed
wants to merge 1 commit into from

Conversation

fukamachi
Copy link
Contributor

Fix to exit successfully.

CL-USER> ;; <C-d> here
Do you really want to exit ([y]/n)? y
attempt to THROW to a tag that does not exist: 0
 [Condition of type SIMPLE-CONTROL-ERROR]

Restarts:
 0: [*ABORT] Deduce debugger level.
 1: [*EXIT] Exit CL-REPL.
 2: [*RETRY] Try evaluating again.

Backtrace:
 0: (CL-REPL::EXIT-WITH-PROMPT)
 1: (CL-REPL::READ-INPUT)
 --more--

Usage:
  Ctrl+r: select restart. Ctrl+t: show backtrace.

[1]CL-USER>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant