You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not much we can do about this type of crash from the Snail side. Does this error occur if you use the same build's terminal Emacs (/Applications/Emacs.app/Contents/MacOS/Emacs -nw or bin/emacs -nw or something along those lines)? What about using a different distribution of Emacs, like the Mac port (https://github.com/railwaycat/homebrew-emacsmacport)?
The issue is related to the julia-snail/ob-julia-interaction-mode. Specifically with the advice around Ctrl-C Ctrl-C. The way I understand it is that this facilitates async execution of code blocks. Removing the advice around org-ctrl-c-ctrl-c makes the execution synchronous, but it ends up working.
When executing a code block Emacs freezes and gives the following call stack:
Tested with homebrew [email protected] with minimal julia-snail config:
The text was updated successfully, but these errors were encountered: