- Notifications
You must be signed in to change notification settings - Fork0
Open
Description
Stdio is read in buffered mode, and then in turn, the interpreter does some buffering of its own on top of the data read. This creates a lot of subtle errors where the interpeter misbehaves, e.g. it's expecting an extra newline and thus blocking on a:readln
call.
See if switching to unbuffered stdio will allow to fix this, or come up with some other solution.
Metadata
Metadata
Assignees
Labels
No labels