Skip to content
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

Keeping FilePathsBase.jl in sync with Base.Filesystem #153

Open
rofinn opened this issue Nov 18, 2021 · 1 comment
Open

Keeping FilePathsBase.jl in sync with Base.Filesystem #153

rofinn opened this issue Nov 18, 2021 · 1 comment
Labels
help wanted Extra attention is needed RFC

Comments

@rofinn
Copy link
Owner

rofinn commented Nov 18, 2021

I'm not sure how this would work, but it'd be nice if there was some way we could ensure that the FilePathsBase API is remaining in sync with Base.Filesystem. Currently, I'm reliant on folks letting me know when something isn't supported on newer releases.

@rofinn rofinn added help wanted Extra attention is needed RFC labels Nov 19, 2021
@o314
Copy link

o314 commented Dec 2, 2021

Hi there. Do you know that since python 3.6, a PurePath class and its two spec for posix and windows have been added to python stdlib https://docs.python.org/3/library/pathlib.html#pure-paths

There is an easy answer for julia now : do lobby enough to catch up with the same support level from julia lang and move FilePathsBase to Base.FilePaths o:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed RFC
Projects
None yet
Development

No branches or pull requests

2 participants