shashi / FileTrees.jl

Parallel computing with a tree of files metaphor
http://shashi.biz/FileTrees.jl
Other
88 stars 6 forks source link

`path` should be String, `Path` should be an AbstractPath #53

Closed shashi closed 3 years ago

shashi commented 3 years ago

right now path returns an AbstractPath which catches people off guard.

this is breaking.