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
Hi,
I noticed Utop sets Sys.interactive to false when given a script - which is a difference with respect to the original OCaml toplevel.
This is a bit inconvenient since I'm using Sys.interactive to skip Dynlink.load calls when running under a toplevel (and Dynlink itself uses Sys.interactive to fail gracefully under a toplevel).
Is this something that could be fixed ?