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: special case a few leading character cases for Path (#324)
The UNIX implementation special cases `/` and `~` which SPM depends on.
Handle the invalid file system character `~` specially on Windows as
well. As we are now getting closer to normalized path spellings, we
need to add a special case for the leading path separator character. On
UNIX, this signifies the root of the singular unified file system view.
However, Windows presents a forest to the user with 26 roots.
Consequently, a path headed by the path separator is a relative path
rather than an absolute path. However, we treat the root-relative path
as an invalid relative path for the time being as the representation is
not flexible enough to account for this model.
0 commit comments