crystal
crystal copied to clipboard
Remove `XML::Error.errors`
Resolves #14934
XML::Error.errors
collects all error messages from libxml2. Using it is deprecated, but without any calls to it, the error array is never cleared. So we're dropping it because it cannot be fixed. The new error mechanism based on XML::Reader#errors
is better in every regard.