-
Notifications
You must be signed in to change notification settings - Fork 390
LocalFileSystem fix _strip_protocol for root directory #1477
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
93d92c8
Fix _strip_protocol for windows root directory
fleming79 f6d44d4
Update tests for windows root and remove_trailing_slash
fleming79 5b77125
FSMap._key_to_str now always strips trailing separator
fleming79 ffb2eb8
make_path_posix now uses sep to identify os type
fleming79 00b742f
LocalFileSystem - switch from using os.name to sep
fleming79 9d01d9b
local.py - make_path_posix removed temporary nested function _make_p…
fleming79 e15955d
Fixed LocalFileSystem._parent & added test
fleming79 c0c7399
make_path_posix - made slightly faster in recursive calls by calling …
fleming79 7abb0c4
Divide make_path_posix and _parent method into native posix and nt ve…
fleming79 6e2df0f
FSMap - use new `remove_trailing_slash` to get root
fleming79 16c2c82
make_path_posix
fleming79 0b4d069
Merge branch 'master' of https://github.com/fsspec/filesystem_spec
fleming79 9fa75a9
make_path_posix - use stringify_path
fleming79 4b25084
Merge branch 'fsspec:master' into master
fleming79 97ee256
LocalFileSystem._strip_protocol - will now lstrip for 'local' on NT.
fleming79 a0ee144
_strip_protocol fix for 3.8 string missing removeprefix
a68e536
Merge branch 'fsspec:master' into master
fleming79 41147e6
Fix version check
2e902a3
Merge branch 'fsspec:master' into master
fleming79 aaefdc5
Drop version specific version of _strip_protocol
778cd95
remove sep as argument for make_path_posix , _strip_protocol, _parent
7570de8
fix test_make_path_posix
fleming79 502413f
Merge branch 'fsspec:master' into master
fleming79 64433f5
Merge branch 'fsspec:master' into master
fleming79 fe93b1d
Merge branch 'fsspec:master' into master
fleming79 ac990da
Merge branch 'fsspec:master' into master
fleming79 e0de0a6
Fix ruff lint PIE810
05f073a
Merge branch 'fsspec:master' into master
fleming79 7799d4e
Merge branch 'fsspec:master' into master
fleming79 c2352bf
Re-enable jupyter test_simple for windows
fleming79 006718d
Merge branch 'fsspec:master' into master
fleming79 ec56ea4
Merge branch 'master' of https://github.com/fleming79/filesystem_spec
fleming79 03b3106
Revert setting of root in 'FSMap' and added line to test_strip_protoc…
fleming79 082b544
Merge branch 'fsspec:master' into master
fleming79 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.