Kyle McMahon

Results 3 issues of Kyle McMahon

A couple of the `XMLDecoder.DateDecodingStrategy` cases describe themselves as the default: https://github.com/CoreOffice/XMLCoder/blob/394ddf67af04d2221735fa67ea0a374f3473ddf6/Sources/XMLCoder/Decoder/XMLDecoder.swift#L17-L23 The actual default is `.secondsSince1970`: https://github.com/CoreOffice/XMLCoder/blob/394ddf67af04d2221735fa67ea0a374f3473ddf6/Sources/XMLCoder/Decoder/XMLDecoder.swift#L241-L242 I'm wondering if just the comment or the default value is wrong....

I think the deprecation messages for `FromUnicodeScalarView` might reference an unimplemented conversion? https://github.com/pointfreeco/swift-parsing/blob/f949081268f1f67f2cbc6e4f13a1494f6bcb0cd2/Sources/Parsing/Internal/Deprecations.swift#L808-L850 This compiles with the deprecation warning: ```swift let foo: some Parser = FromUnicodeScalarView { // ⚠️ 'FromUnicodeScalarView'...

Addresses #344. I was also running into #342 and had to implement #343 locally to unblock development. So that's possible a blocker, depending on how CI goes. Happy to implement...