ocaml-memgraph icon indicating copy to clipboard operation
ocaml-memgraph copied to clipboard

[feature wish] do not depend on unix in the core package

Open Armael opened this issue 1 year ago • 1 comments

Using memgraph with js_of_ocaml currently raises a few warnings because of the dependency on unix (for Dot.to_file). It would be slightly cleaner to avoid depending on unix in the core library, and expose file-related helpers in a separate package.

Armael avatar Nov 05 '23 17:11 Armael

That's a good point, I'll try and split the Unix-related things into a separate package when i have the time to do so.

Gbury avatar Nov 06 '23 14:11 Gbury