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

Long output lines don't show #18

Open
sohang3112 opened this issue Nov 12, 2023 · 0 comments
Open

Long output lines don't show #18

sohang3112 opened this issue Nov 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sohang3112
Copy link
Owner

This is because kernel waits for GForth output and shows it all at once after it's done. This won't work for long-running output.
In the extreme case, the output may never show in case of an infinite loop.

To fix this, show cell output as soon as it's available instead of waiting for output and showing it all at once.

@sohang3112 sohang3112 added the bug Something isn't working label Nov 12, 2023
@sohang3112 sohang3112 self-assigned this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant