rofinn / FilePaths.jl

A type based approach to working with filesystem paths in julia
Other
82 stars 14 forks source link

Update FilePaths.jl to just reexport FilePathsBase.jl #26

Closed rofinn closed 6 years ago

rofinn commented 6 years ago

Since the core functionality of FilePaths.jl has moved to FilePathsBase.jl we can now just reexport that package. Please review #16, #18, #23, #22 and METADATA.jl#13661 for discussions on why the core functionality was moved.

TODO: Add support for URIParser, Glob and FileIO in (or back in).

davidanthoff commented 6 years ago

Bump, this seems ready to be merged, right?

davidanthoff commented 6 years ago

Cool, thanks!