Rudi Grinberg
Rudi Grinberg
> the semantics makes me think of `(re_export)`. Do we expect these to be used together? Quite possibly. I think the desired semantics is that if `x` re-exports `y`, then...
ping @nojb any more suggestions for the name?
@emillon @anmonteiro suggestions from you are welcome as well
Another friendly ping @nojb
Sure, I can clarify: 1. We rename our vendored library `re` to `dune_re` 2. Add `(auto_open dune_re)` to the exported list of flags 3. Write `dune_re.ml` as `module Re =...
> eg one could use it to "auto-open" arbitrary modules I imagined this capability would be useful to people. For example, i might not want to open every single toplevel...
Okay, I can mark this feature as experimental for now and we can play around with it in dune in the beginning. I agree with your general concerns that this...
What's the behavior of this feature on older versions of OCaml?
Yeah, I think we need to do better than this. A proper error message or just ignore this flag for older versions of OCaml.
A year later, ping @hongchangwu :)