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
When eval'ing afterCLJReplJackInCode, Calva seems to crash if there isn't an active text editor. Assuming I understand the problem correctly, I'd rather it evaluate and just not print the output anywhere, rather than failing to evaluate.
I'd be happy to PR a change that basically just skips any statements that would have used the active editor. I'm just not sure if I'll break other flows/use cases by doing so.
When eval'ing
afterCLJReplJackInCode
, Calva seems to crash if there isn't an active text editor. Assuming I understand the problem correctly, I'd rather it evaluate and just not print the output anywhere, rather than failing to evaluate.Minimal workspace settings:
Repro
There may be variations on this, but one possible flow:
Note that if you do open a text buffer in the active tab before connecting, jack-in works and you get
"hi"
in the REPL output.I'm new to Calva's codebase, but I assume it's
getActiveTextEditor
blowing up when trying to eval the code?The text was updated successfully, but these errors were encountered: