shashi / FileTrees.jl

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

Preserve child order after merge #46

Closed DrChainsaw closed 3 years ago

DrChainsaw commented 3 years ago

Fixes #44

Just to not change up the tree more than necessary. Should have the same behaviour as Base.union w.r.t ordering now.

codecov-io commented 3 years ago

Codecov Report

Merging #46 (ef52be0) into master (fb582e3) will decrease coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
- Coverage   87.01%   86.98%   -0.04%     
==========================================
  Files           6        6              
  Lines         362      361       -1     
==========================================
- Hits          315      314       -1     
  Misses         47       47              
Impacted Files Coverage Δ
src/patterns.jl 84.09% <100.00%> (ø)
src/tree-ops.jl 82.85% <100.00%> (-0.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 52f25f3...ef52be0. Read the comment docs.