Closed akhuettel closed 3 months ago
Thanks for the report. I believe this is already fixed in current master branch, but I didn't released new version for some unknown (it was years ago, I just didn't remember) reason. I'll add latest perl versions to CI, check is everything works okay and release it today.
Okay, now I know why it wasn't released: it's about JSON::MaybeXS engines support. Fixing tests for JSON::XS and JSON::PP breaks them for Cpanel::JSON::XS and vice versa. :disappointed:
Okay, now I know why it wasn't released: it's about JSON::MaybeXS engines support. Fixing tests for JSON::XS and JSON::PP breaks them for Cpanel::JSON::XS and vice versa. :disappointed:
Do I understand this correctly, the breakage is mostly just that the error messages of the packages look different?
Error messages and in some cases also error codes (-32700 vs -32600 if it gets JSON null/number/string/etc - i.e. not an array or object). None of these is critical.
Fixed in v2.1.3.