Daniel Alley

Results 427 comments of Daniel Alley

I don't suppose there is any way to compress or filter out unnecessary data during the runtime?

Also now that modules are phased out of Fedora and being phased out from other distros, the issue may no longer be relevant

https://github.com/serde-rs/serde/pull/2387 claims to fix #1504 also

Apologies on the lack of forward progress, I haven't been able / willing to devote a lot of extra time to this (or the encoding work) in a while. @Mingun...

Well, it's still in draft for a reason :) I'll clean it up before asking for a review

>For your reference -- recently discovered an embryonic project for testing XML parser implementations to the standard's conformance: https://github.com/JOSEPHGILBY/xml-conformance-rs. Not looked at it yet, but seems encouraging. Looks nice, it...

I did a cursory review of the changes and it looks fine. Would you prefer the commits squashed or kept separate? I'll address everything else tomorrow.

> Introduce new error kind and return it when depth become 0. That means that we reach recursion limit >(could be postponed) I would like to have limit configurable How...

Whoever picks this up, consider starting from https://github.com/tafia/quick-xml/pull/466