Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

ctrl-c during REPL execution exits lumo #327

Closed
mnewt opened this issue Dec 6, 2017 · 0 comments · Fixed by #400
Closed

ctrl-c during REPL execution exits lumo #327

mnewt opened this issue Dec 6, 2017 · 0 comments · Fixed by #400

Comments

@mnewt
Copy link

mnewt commented Dec 6, 2017

When ctrl-c is pressed during a REPL session, lumo stops execution and exits completely.

cljs.user=> (loop [] (recur))
^C
<<<lumo exits with status 130>>>

Expected behavior: After pressing ctrl-c, lumo stops any execution and returns to the REPL prompt, maintaining the current program state.

This is related to #191.

anmonteiro added a commit that referenced this issue May 12, 2018
anmonteiro added a commit that referenced this issue May 13, 2018
* ctrl-c during REPL execution exits lumo

fixes #327
fixes #191
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant