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

Fix nested attributed intrinsic #79

Merged
merged 2 commits into from Feb 23, 2019
Merged

Fix nested attributed intrinsic #79

merged 2 commits into from Feb 23, 2019

Conversation

MaxDesiatov
Copy link
Collaborator

@MaxDesiatov MaxDesiatov commented Feb 23, 2019

Existing flatten implementation wasn't correctly handling element values, this is now fixed.

Fixes #78

@@ -44,6 +44,8 @@ struct XMLCoderElement: Equatable {
elements.append(element)
}

// FIXME: this should be split into separate functions and

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo Violation: FIXMEs should be resolved (this should be split into sepa...). (todo)

@codecov
Copy link

codecov bot commented Feb 23, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   74.65%   74.65%           
=======================================
  Files          37       37           
  Lines        1752     1752           
=======================================
  Hits         1308     1308           
  Misses        444      444
Impacted Files Coverage Δ
Sources/XMLCoder/Auxiliaries/XMLCoderElement.swift 95.34% <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 011f493...0d912d0. Read the comment docs.

@MaxDesiatov MaxDesiatov merged commit 830ca1c into master Feb 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the nested-intrinsic branch February 23, 2019 17:49
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.

Fix nested attributed intrinsic
2 participants