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
Fix canonical_path::parent in the presence of non-ASCII
On Windows, if a canonical_path stores non-ASCII characters, the
counting used in canonical_path::parent was inaccurate and caused path
components to be truncated incorrectly. Fix counting to make
canonical_path::parent work as expected.
canonicalize_path still has encoding-related bugs on Windows. These will
be fixed in future commits.
0 commit comments