FilePaths.jl icon indicating copy to clipboard operation
FilePaths.jl copied to clipboard

Ecosystem Support

Open rofinn opened this issue 5 years ago • 3 comments

A meta issue track which packages will support FilePath types:

  • [ ] BSON.jl
  • [X] CSV.jl
  • [X] DataDeps.jl
  • [X] FileIO.jl
  • [X] Glob.jl
  • [ ] JLD2.jl
  • [X] JLSO.jl
  • [ ] JSON.jl
  • [X] URIParser.jl
  • [ ] QueryVerse
  • [ ] Pkg

rofinn avatar May 04 '20 16:05 rofinn

all the QueryVerse parsers, like CSVFile.jl and FeatherFiles.jl etc support FilePath types, right?

oxinabox avatar May 04 '20 20:05 oxinabox

Nope. Everybody is restricting things to strings.

https://github.com/queryverse/FeatherFiles.jl/blob/master/src/FeatherFiles.jl#L12

rofinn avatar May 04 '20 21:05 rofinn