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
Foundation: improve relative path computation for iteration on Windows
This partially corrects the relative path computation. We no longer
fail to create the file system representation if it exceeds `MAX_PATH`
due to the switch to `withUnsafeNTPath`. We will still fail to properly
create the relative path if the paths are unrelated and if the relative
path exceeds `MAX_PATH`. However, this still is an improvement over the
status quo.
0 commit comments