Commit e6a7fbe
committed
TSCBasic: more special case handling for Windows paths
There is no one canonical root on Windows. Windows contains a forest of
paths, rooted at a drive (`[A-Z]:\\`), a NT Path `\\??\`, or a UNC path,
`\\UNC\` or `\\`. Avoid the check against a canonical root on Windows.
This is required for `swift package init` to function.1 parent 6eb4fd1 commit e6a7fbe
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments