-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[>=2.0] Requires CPAN JSON
in practice, even with all of JSON::XS
, Cpanel::JSON::XS
, JSON::PP
installed?
#372
Comments
PS: Here's the related fix that I applied to Gentoo packaging now: gentoo/gentoo@be52a5f |
JSON
in practice, even with JSON::XS
, Cpanel::JSON::XS
, JSON::PP
installed?JSON
in practice, even with all of JSON::XS
, Cpanel::JSON::XS
, JSON::PP
installed?
My bad :-( I changed the implementation slightly, to follow the doc (and not explicitly load |
@henry2cox cool! I checked Git # git --no-pager grep "use JSON"
scripts/criteria:use JSON;
scripts/criteria.pm:use JSON;
scripts/threshold.pm:use JSON; …and the list of open pull requests — did you push this anywhere? |
…374) Addresses #372 Signed-off-by: Henry Cox <[email protected]>
@henry2cox closing as "assumed fixed" by pull request #374 — thanks! |
Hi!
While playing with Gentoo bug report https://bugs.gentoo.org/922908 I found that with all of
JSON::XS
,Cpanel::JSON::XS
,JSON::PP
installed, the tests still fail with……which is in (some?) contradiction with statement…
lcov/README
Lines 135 to 140 in 3cd2210
…but maybe it depends on whether one is reading that as being about (a) runtime or (b) runtime-and-test dependencies.
I guess for Gentoo, the fix is to insist on plain
JSON
for when tests are enabled with LCOV >=2.0.With regard to upstream, what do you envision as the best fix or improvement?
Best, Sebastian
The text was updated successfully, but these errors were encountered: