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
This would fail to properly resolve the symbolic links on Windows since
the result of the resolution would be a path relative to the location of
the original path. However, we would instead treat the path as the
absolute path. Correct this which is required to resolve modulemaps
inside of directories with symbolic links.
This was found by building IndexStoreDB on Windows with SwiftPM.
0 commit comments