ocaml-community/utop

utop -stdin crashes

Closed this issue · 1 comments

tuohy commented

Currently, using the -stdin command line argument results in a fatal exception:

$ utop -stdin
Fatal error: exception Sys_error("Is a directory")

I have created a PR of a clunky workaround that at least demonstrates the underlying issue.

Fixed by #434