nobody-famous
nobody-famous
Oh, the joys of lisp... OK, the problem is the `(fib! 6)` line. In order to get diagnostics, the extension asks sbcl to compile the file without loading it so...
Alive does the same thing if you manually compile the file, it goes into the debugger and has an option to abort the thread. I'll hopefully have time this weekend...
Where are you seeing the warning? I copied your code and haven't seen that warning. Although, apparently having a # inside a multi-line comment confuses it. I'll need to fix...
Do you mean add them like a snippet?
I'll look into, that means I broke something. It shouldn't be doing that. The formatter seems to be getting confused. Does format document do the right thing? It only does...
Are you using other lisp extensions? I'm not able to recreate it so far, so I'm wondering if another extension might also be handling the format on type command and...
Ok. I've seen similar things from VSCode where I had to nuke a directory and clone from github again to get it to behave.
I'm able to recreate the issue, so that's a plus. When I run it, it's getting a socket error because of some non-blocking issue but then something is blowing up...
I now have a theory. It's not generating the headers correctly for the packet. For no good reason, it's not putting \r\n line endings, it's only putting \n. It's not...
OK, that fixed it. It should go into the debugger now instead of crashing the server.