-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
When you're sending new code to the repl while julia is still busy, It will take a long time for the "second" command to appear in the repl.
I am not sure if this is a problem with julia-repl or with Vterm. I've observed this for a long time now, currently on master for this mode, Julia 1.11 and Emacs 29.4.
Steps to reproduce:
- mark some of lines which takes a bit to execute (multiple lines, not just a single block)
- call
(julia-repl-send-region-or-line) - while julia is still executing the previously run command line by line in the repl, select another larger block of code and call `julia-repl-send-region-or-line
- after the the first block of commands finishes execution, the second block will start executing. However, the "pasting" into the reply takes forever
Untitled.video.mp4
Example from screen recoding:
# first block to send
sleep(1)
sleep(1)
sleep(1)
sleep(1)
# second block to send
function foo()
#This is some function with some longish text inside which does nothing but returning a 0.
#This is some function with some longish text inside which does nothing but returning a 0.
# ... repeats multiple times
return 0
endMetadata
Metadata
Assignees
Labels
No labels