Ben Wetherfield

Results 4 comments of Ben Wetherfield

Glad you found a workaround here! Do you get the expected behavior with `` (extra `]`) ? Or is there still an issue

I've been playing around with this idea. So far this test case seems especially problematic: https://github.com/MaxDesiatov/XMLCoder/blob/d502e63169cafca8490d9a2571255918e8949ef0/Tests/XMLCoderTests/AdvancedFeatures/AttributedEnumIntrinsicTest.swift#L47-L56 If you look at the rest of the tested type definitions, only the string/int...

Just created a PR with a very experimental branch! Basic dynamic encoding of attributes and elements is working. Still have to deal with node encoding strategies (owned by `XMLEncoder`) objects,...

Hey @DJBen - #200 looks awesome! I think there may still be a place for this issue if we also want code coverage assured through atomic per-element-type tests, such as...