shashi / FileTrees.jl

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

getindex not working all the way #42

Open Moelf opened 3 years ago

Moelf commented 3 years ago

tree[1] or similar with explicit Int works as defined by: https://github.com/shashi/FileTrees.jl/blob/43d7baa30db521adc190cd5f0f0e2140e421bc97/src/datastructure.jl#L185

but tree[end] doesn't work, nor does tree[1:10]. I think we should delegate all of these to tree.children

shashi commented 3 years ago

Good point. Would consider a PR for this!