You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Julia returns permission denied on such symlinks (tested in Fall Creators Update), because the libuv fork does not correctly handle the applicable reparse points. Doing so will require backporting at least the following upstream change:
Recent Win 10 updates permit unprivileged users to create symlinks, much like a proper OS.
Currently Julia returns
permission denied
on such symlinks (tested in Fall Creators Update), because the libuv fork does not correctly handle the applicable reparse points. Doing so will require backporting at least the following upstream change:libuv/libuv#1466
(x-ref #24483 which also involves reparse point support)
The text was updated successfully, but these errors were encountered: