Skip Menu |

This queue is for tickets about the Device-Chip-ADT7470 CPAN distribution.

Report information
The Basics
Id: 127651
Status: resolved
Priority: 0/
Queue: Device-Chip-ADT7470

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.03



Subject: '->read_config returns config' may fail (0.01, 0.02)
On a few of my smokers the test suite fails: ... Argument "^A" isn't numeric in bitwise and (&) at /usr/perl5.26.0p/lib/site_perl/5.26.0/Data/Bitfield.pm line 131. # Failed test '->read_config returns config' # at t/01config.t line 22. # Structures begin differing at: # $got->{STRT} = '' # $expected->{STRT} = '1' Unexpected call to ->write('@160') at /usr/perl5.26.0p/lib/site_perl/5.26.0/Device/Chip/Base/RegisteredI2C.pm line 121. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/01config.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests ... This seems to happen if an old version of Data::Bitfield is installed (0.01). Increasing the minimum prereq version to 0.02 could help to fix the problem.
Subject: Re: [rt.cpan.org #127651] '->read_config returns config' may fail (0.01, 0.02)
Date: Fri, 16 Nov 2018 05:21:47 -0600
To: bug-Device-Chip-ADT7470 [...] rt.cpan.org
From: john <john [...] tonebridge.com>
Thanks for reporting this and providing possible solution.   The next version will use min v0.02 for Data::Bitfield.
On Fri Nov 16 06:22:08 2018, john@tonebridge.com wrote: Show quoted text
> Thanks for reporting this and providing possible solution.   The next > version will use min v0.02 for Data::Bitfield.
This should now work.
On 2018-11-18 07:26:01, JOHNS wrote: Show quoted text
> On Fri Nov 16 06:22:08 2018, john@tonebridge.com wrote:
> > Thanks for reporting this and providing possible solution.   The next > > version will use min v0.02 for Data::Bitfield.
> > This should now work.
Yes, I don't see any fails now.