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

Rename flatten to transformToBoxTree, rename tests #97

Merged
merged 4 commits into from May 2, 2019

Conversation

MaxDesiatov
Copy link
Collaborator

After a close look flatten doesn't actually flatten anything, it only transforms a tree of XMLCoderElements to a tree of Boxes.

@codecov
Copy link

codecov bot commented May 2, 2019

Codecov Report

Merging #97 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #97   +/-   ##
=======================================
  Coverage   77.04%   77.04%           
=======================================
  Files          38       38           
  Lines        2113     2113           
=======================================
  Hits         1628     1628           
  Misses        485      485
Impacted Files Coverage Δ
Sources/XMLCoder/Auxiliaries/KeyedStorage.swift 98.8% <100%> (ø) ⬆️
Sources/XMLCoder/Auxiliaries/XMLCoderElement.swift 97.17% <100%> (ø) ⬆️
Sources/XMLCoder/Auxiliaries/XMLStackParser.swift 93.87% <100%> (ø) ⬆️

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 9f11e62...7cfbed2. Read the comment docs.

@MaxDesiatov MaxDesiatov merged commit 706ce78 into master May 2, 2019
@delete-merged-branch delete-merged-branch bot deleted the rename-flatten branch May 2, 2019 11:59
arjungupta0107 pushed a commit to salido/XMLCoder that referenced this pull request Jun 26, 2020
After a close look `flatten` doesn't actually flatten anything, it only transforms a tree of `XMLCoderElement`s to a tree of `Box`es.

* Rename flatten to transformToBoxTree, rename tests
* Rename FlattenTests file and header
* Update KeyedStorage.swift
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.

None yet

2 participants