Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard and error output's become line buffered and non auto flushing #628

Open
suntropez opened this issue Feb 14, 2024 · 0 comments
Open

Comments

@suntropez
Copy link

suntropez commented Feb 14, 2024

So, after sly-connect it seems sb-sys:*stdout* become line buffered and won't flush. If I (princ "something") nothing comes out. If I disconnect, it all comes out. (terpri) will make it happy before a (finish-output) or something and then it's out.

I tried to describe the stream while connected and disconnected but found no significant differences. Interactive is false, BUFFERING is :LINE and Sly's global redirection is nil and dedicated output stream is not being used (SSH tunnel, plus it's set to nil). Not sure how to investigate further.

Of note, a SLIME server is also running in the application. SBCL is 2.1.10. Slynk protocol 1.0.43.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant