Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve child order after merge #46

Merged
merged 1 commit into from
Feb 13, 2021
Merged

Preserve child order after merge #46

merged 1 commit into from
Feb 13, 2021

Conversation

DrChainsaw
Copy link
Collaborator

@DrChainsaw DrChainsaw commented Feb 12, 2021

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
Copy link

codecov-io commented Feb 12, 2021

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%) ⬇️

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.

@DrChainsaw DrChainsaw merged commit ab25a72 into shashi:master Feb 13, 2021
@DrChainsaw DrChainsaw deleted the mergenosort branch February 13, 2021 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

merge reorders tree in alphabetical order
2 participants