-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path library should include the server name in UNC roots #7323
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
Comments
Set owner to @munificent. |
Added Library-Path label. |
Removed Package-Path label. |
Fixed in r30257. Added Fixed label. |
nex3
added
Type-Defect
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
labels
Nov 14, 2013
natebosch
added a commit
to dart-archive/path
that referenced
this issue
Apr 6, 2020
Resolves an old TODO. The related issue is closed: dart-lang/sdk#7323 The change that closed the issues is https://codereview.chromium.org//59133009 Add an example based on one of the tests. Also switch another example from `dartlang.org` to `dart.dev`.
natebosch
added a commit
to dart-archive/path
that referenced
this issue
Apr 6, 2020
Resolves some old TODOs. The related issue is closed: dart-lang/sdk#7323 The change that closed the issues is https://codereview.chromium.org/59133009 Add examples based on the tests added in that change. Remove another TODO referencing the issue which I think is resolved.
natebosch
added a commit
to dart-archive/path
that referenced
this issue
Apr 7, 2020
Resolves some old TODOs. The related issue is closed: dart-lang/sdk#7323 The change that closed the issues is https://codereview.chromium.org/59133009 Add examples based on the tests added in that change. Remove another TODO referencing the issue which I think is resolved.
mosuem
pushed a commit
to dart-lang/core
that referenced
this issue
Oct 16, 2024
Resolves some old TODOs. The related issue is closed: dart-lang/sdk#7323 The change that closed the issues is https://codereview.chromium.org/59133009 Add examples based on the tests added in that change. Remove another TODO referencing the issue which I think is resolved.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the path library considers a Windows path such as "\foo\bar" to have its root as "". It should instead consider the root to be "\foo", as "foo" in this case is not a directory but the name of the server being connected to.
The text was updated successfully, but these errors were encountered: