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
TSCBasic: correct handling of normalizing relative paths
Relative paths which are empty or `.` need to be handled as a special
case as PathCanonicalizeW is meant to canonicalize absolute paths, and
will convert these cases to the root of the current drive `\`. This
enables a number of swift-driver tests to now pass on Windows.
0 commit comments