Change from symbolic links for Windows compat#977
Change from symbolic links for Windows compat#977ulrikstrid wants to merge 1 commit intoocaml-ppx:masterfrom
Conversation
|
What kind of error do you observe, is it when building or when running the tests? |
|
I get this during |
|
From the issue you created on esy (esy/esy#389) it sounds like it should work if you have administrator privileges when executing the commands, does it? To remove the symbolic links in ocamlformat, we would rather change the code of |
|
That is not the same issue sadly. This issue is that Windows can't handle untaring when there are symlinks in the package, this seems to be true both for cygwin and WSL. Is this something that is hard to do or can I get some pointers on how to do it? |
|
There is not a lot of work, I started working on this, but renaming a lot of test files to comply with a new naming convention is a bit tedious. |
|
Replaced by #980 |
When installing ocamlformat on Windows with
esywe just get errors because of the symlinks. This replaces all the symlinks with the real files instead. If there is another workaround please let me know.