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

Interrupting evaluations produces extra output and no prompt #738

Closed
PEZ opened this issue Aug 9, 2020 · 1 comment
Closed

Interrupting evaluations produces extra output and no prompt #738

PEZ opened this issue Aug 9, 2020 · 1 comment
Labels
bug Something isn't working evaluation

Comments

@PEZ
Copy link
Collaborator

PEZ commented Aug 9, 2020

When interrupting a running evaluation there is no prompt printed in the output window. This indicates that something goes wrong before the prompt is printed.

Also, when interruption something like this:

  (loop [i 100]
    (println i)
    (Thread/sleep 75)
    (if (zero? i)
      i
      (recur (dec i))))

The output is printed once again, only as single line comments.

@PEZ PEZ added bug Something isn't working evaluation labels Aug 9, 2020
@bpringe bpringe reopened this Aug 20, 2020
@bpringe
Copy link
Member

bpringe commented Aug 20, 2020

The previous fix broke stacktrace output. That was fixed but I forgot to make sure this worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working evaluation
Projects
None yet
Development

No branches or pull requests

2 participants