Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the BSON CPAN distribution.

Report information
The Basics
Id: 115042
Status: open
Priority: 0/
Queue: BSON

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v0.999.0-TRIAL
Fixed in: (no value)



Subject: Fail/pass mixture
See http://matrix.cpantesters.org/?dist=BSON%20v0.999.0-TRIAL Analysis does not help here, other to state that only the test t/mapping/double.t is failing: http://analysis.cpantesters.org/solved?distv=BSON-v0.999.0-TRIAL My guess is that it's failing for a specific JSON implementation, but as JSON::MaybeXS is used, it's not possible to tell which one is causing the problems.
Thanks. I've noticed and have been able to replicate something similar. I'll ship an update next week and see if that "solves" the problem.
On 2016-06-03 16:40:27, DAGOLDEN wrote: Show quoted text
> Thanks. I've noticed and have been able to replicate something > similar. I'll ship an update next week and see if that "solves" the > problem.
Not 100% sure, but it seems that the situation is as following: * Cpanel::JSON::XS -> fails * JSON::XS -> passes * fallback (JSON? JSON::PP?) -> fails