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
Sometimes, in a way that I can't seem to reproduce, but it happens often, the SLY repl stops processing the comma
commands.
So, stuff like:
,restart-lisp
is just entered directly in the prompt and of course the lisp complains about comma not inside a backquote.
It seems to be triggered when I'm entering a condition handler. Most of the time it is correct when I exit it, but sometimes the
comma handling just gets forgotten about. This often leads me to having to restart my SLY session since I'm usually wanting
to ,restart-lisp.
If I could get any help in debugging this or narrowing down exactly when it happens, I'd be much obliged!
Thank you!
The text was updated successfully, but these errors were encountered:
This is very useful to me when it happens again! Thank you very much!
If I can do some kind of debugging to find out why the comma stops being handled in the repl, I'll gladly run the experiment and post the results here.
Hello,
Sometimes, in a way that I can't seem to reproduce, but it happens often, the SLY repl stops processing the comma
commands.
So, stuff like:
,restart-lisp
is just entered directly in the prompt and of course the lisp complains about comma not inside a backquote.
It seems to be triggered when I'm entering a condition handler. Most of the time it is correct when I exit it, but sometimes the
comma handling just gets forgotten about. This often leads me to having to restart my SLY session since I'm usually wanting
to ,restart-lisp.
If I could get any help in debugging this or narrowing down exactly when it happens, I'd be much obliged!
Thank you!
The text was updated successfully, but these errors were encountered: