forked from square/okio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was an attempt to make Paths have a property that would differentiate whether they follow Windows vs. UNIX rules. But the consequence as that two relative paths, 'foo', and 'foo' could be different because of the hidden state of the unused slash. Instead just look inside the path for the slash. In the case where we're resolving two paths without either having any slash characters internally, just use the platform slash.
- Loading branch information
1 parent
9db4923
commit 9630b86
Showing
6 changed files
with
99 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.