Simon Cruanes

Results 334 comments of Simon Cruanes

Hmm, I don't see a `Random.default` in merlin nor in the stdlib manual, is it a recent addition? I see your point about reproducibility, but on the other hand when...

we could have a toplevel `let default_state = Random.get_state()` which is called early on, and then use that one as a default: `let run ?(state=default_state) g = …`

This seems confusing, because it depends on whether or not you `open Containers;;`. It seems like we have conflicting requirements here: - be compatible with OCaml as a drop-in replacement...

I don't know what to think. `set_run_state` and `get_run_state` do seem like a reasonable idea, provided it's all well documented. This is all mostly a documentation issue as people can...

Wait, are regular tags totally removed in OCaml 5 ? :/ edit: yes, that's a really good idea, thank you @favonia .

That's a good point. I don't know. Build times on macOS are also a problem, however (13 minutes! :scream:), I just don't know how to improve that…

I don't think docker accommodates macOS or windows?

These are bindings…

maybe containers.top should define its own printer and register it, yes :)