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

Change XMLElement’s internal representation to ordered array of children #55

Merged
merged 8 commits into from Jan 13, 2019
Merged

Change XMLElement’s internal representation to ordered array of children #55

merged 8 commits into from Jan 13, 2019

Conversation

regexident
Copy link
Contributor

@regexident regexident commented Jan 2, 2019

Depends on #36

This change is one of many changes necessary to allow/prepare for order-preservation.

@codecov
Copy link

codecov bot commented Jan 2, 2019

Codecov Report

Merging #55 into master will increase coverage by 0.04%.
The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #55      +/-   ##
=========================================
+ Coverage   74.66%   74.7%   +0.04%     
=========================================
  Files          31      31              
  Lines        1551    1550       -1     
=========================================
  Hits         1158    1158              
+ Misses        393     392       -1
Impacted Files Coverage Δ
Sources/XMLCoder/Auxiliaries/XMLElement.swift 95.71% <98.27%> (+0.67%) ⬆️

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 85e977c...6064d47. Read the comment docs.

@hodovani
Copy link
Contributor

hodovani commented Jan 7, 2019

Hi @regexident, i found that tests failed (https://travis-ci.org/MaxDesiatov/XMLCoder/builds/476326902#L3100) at testing ClassTest.swift file and that redirect us to https://github.com/MaxDesiatov/XMLCoder/blob/51e1d21f3ef7dc9bc192be745b648526c7104b01/Sources/XMLCoder/Auxiliaries/XMLElement.swift#L48 where box is unclassified. Could you please have a look and help us fix it before this could be merged?

…-element

# Conflicts:
#	Sources/XMLCoder/Auxiliaries/XMLElement.swift
#	Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift
#	Sources/XMLCoder/Decoder/XMLUnkeyedDecodingContainer.swift
#	XMLCoder.xcodeproj/project.pbxproj
@MaxDesiatov MaxDesiatov merged commit da68480 into CoreOffice:master Jan 13, 2019
@regexident regexident deleted the fix/xml-element branch January 13, 2019 15:45
@regexident
Copy link
Contributor Author

Thanks @MaxDesiatov!

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

3 participants