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
Describe the bug
I have an example program that calls input_line or input_char, for which the generated code works correctly with version 5.9.1, but raises the exception Invalid_argument("Bytes.create") with version 6.0.1.
The input_* are on a channel created by open_in, that reads from a filesystem created by js_of_ocaml buildfs.
Expected behavior
The line/char should be read, and no Invalid_argument should be raised.