Open anchpop opened 3 years ago
I vaguely got the issue
the build path for dune-deps on my machine is ~/.esy/3/b/opamsdune_deps-opamc1.3.0-1c308da1
when I cd into that directory and run tree .
the tree keeps on running infinitely maybe some cycle via smylinks (not sure)
so in esy there is this link https://github.com/esy/esy/blob/master/esy-build-package/Build.re#L423
which tries to delete the build path & goes in cycle
in the test directory there are two symlinks that are forming a cycle link-to-foo -> https://github.com/mjambon/dune-deps/blob/master/test/proj/link-to-foo link-to-parent -> https://github.com/mjambon/dune-deps/blob/master/test/proj/foo/link-to-parent
will look into this issue in detail & get back
Thanks for looking into it, I'd really like to use this in my project
When adding
@opam/dune-deps
to mypackage.json
devDependencies
, I get this error:This is probably an esy bug, but I thought I'd let you know about it too