-
Notifications
You must be signed in to change notification settings - Fork 19
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
Depend upon FilePathsBase instead of FilePaths #128
Comments
I think this would help remove this hack from Makie: https://github.com/MakieOrg/Makie.jl/blob/ae8c1a455b20586febab682bc709a4ddd60d935f/src/Makie.jl#L15-L20 |
We depend on FilePaths.jl because we need the integration with URIs.jl, which is not part of FilePathsBase.jl... |
Is that absolutely necessary, or could we simply extract some functions and handle things a bit more manually? |
Yeah FilePaths.jl is effectively deprecated. I've fixed my old PR here: #140 |
Might it be possible to depend upon FilePathsBase rather than FilePaths? I'm having some problems with FilePaths and this might help, plus it could improve compilation speed.
Let me know if you would like me to put together a PR.
The text was updated successfully, but these errors were encountered: