-
Notifications
You must be signed in to change notification settings - Fork 113
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
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
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
Thanks @MaxDesiatov! |
Depends on #36
This change is one of many changes necessary to allow/prepare for order-preservation.