-
Notifications
You must be signed in to change notification settings - Fork 112
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
Clean up XMLElement
, ArrayBox
& DictionaryBox
#28
Clean up XMLElement
, ArrayBox
& DictionaryBox
#28
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
+ Coverage 51.31% 51.57% +0.26%
==========================================
Files 29 29
Lines 1374 1400 +26
==========================================
+ Hits 705 722 +17
- Misses 669 678 +9
Continue to review full report at Codecov.
|
XMLElement
, ArrayBox
& DictionaryBox
XMLElement
, ArrayBox
& DictionaryBox
XMLElement
, ArrayBox
& DictionaryBox
XMLElement
, ArrayBox
& DictionaryBox
Should be ready to merge now. 🙂 Try to merge #27 first. |
# Conflicts: # Sources/XMLCoder/Auxiliaries/XMLStackParser.swift
…le initializers and instance methods
Depends on #26 & #27.Not anymore.This is a first attempt at making
_XMLElement
more approachable.