gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

[Question] how to abort evaluating ? #115

Closed nesteiner closed 1 year ago

nesteiner commented 1 year ago

when evaluating a code block, it stuck the julia-snail, and I want to cancel it, how should I do

gcv commented 1 year ago

You mean the Julia side computation takes a long time?

gcv commented 1 year ago

To clarify, if it’s a matter of aborting long-running Julia tasks, then it’s a known problem in Snail (#104). Shouldn’t be too difficult to resolve, I just don’t have time right now.

If you’re seeing tasks that should be quick hanging, then it’s usually a bug in Snail. I’ll need a reproducible case.

gcv commented 1 year ago

Please reopen if there's more information.