Skip to content

Allow Interupting Evaluation #1256

Open
@johannesCmayer

Description

@johannesCmayer

It would be great if cider-interrupt would work. I tend to all the time run code that takes longer than I want.

An alternative quick hack would be to have the basilisp nrepl-server trap the SIGUSR2 signal, and then raise e.g. KeyboardInterrupt exception. I am not sure if this would be easy to do. I thought of this because that's exactly what seems to happen in a normal python repl (and the basilisp repl too). Then I could simply create a keybind that finds the repl executable, and sends the signal with the kill command.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions