crystal icon indicating copy to clipboard operation
crystal copied to clipboard

Remove `XML::Error.errors`

Open straight-shoota opened this issue 6 months ago • 1 comments

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.

straight-shoota avatar Aug 23 '24 14:08 straight-shoota