Skip Menu |

This queue is for tickets about the Data-Dumper-Compact CPAN distribution.

Report information
The Basics
Id: 132665
Status: open
Priority: 0/
Queue: Data-Dumper-Compact

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

Bug Information
Severity: (no value)
Broken in:
  • 0.005000
  • 0.005001
Fixed in: (no value)



Subject: t/basic.t may fail (older Data::Dumper?)
On some of my smoker systems with older perls (5.8.9, 5.10.1) the test suite fails: ... # Failed test at t/basic.t line 12. # got: '[ # '1556933590.65383', 'Fri May 3 18:33:10 2019', 26794, 'INFO', 3, # [ 'SRV:8FB66F32' ], [ [ # '/opt/voice-srvc-native/bin/async-srvc-att-gateway-poller', 33, # 'NERV::Voice::SRV::Native::AsyncSRVATTGatewayPoller::main', # ] ], # 'batch_nena_messages returned', 'OK', 6, { FILENAME => 'lqxw020323' }, # '1556933584', 'lqxw020323', # ] # ' # expected: '[ # '1556933590.65383', 'Fri May 3 18:33:10 2019', 26794, 'INFO', 3, # [ 'SRV:8FB66F32' ], [ [ # '/opt/voice-srvc-native/bin/async-srvc-att-gateway-poller', 33, # 'NERV::Voice::SRV::Native::AsyncSRVATTGatewayPoller::main', # ] ], # 'batch_nena_messages returned', 'OK', 6, { FILENAME => 'lqxw020323' }, # 1556933584, 'lqxw020323', # ] # ' # Looks like you failed 1 test of 10. t/basic.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/10 subtests ... Just a guess: at some point (2013?) Data::Dumper's XS implementation was capable to handle useqq. Before it always used the PP implementation for this, and in this implementation the IV detection does not work that good, causing sometimes a string output of numbers.
Subject: [rt.cpan.org #132665] 005002 also broken in Perl 5.22.1
Date: Thu, 6 Aug 2020 17:43:51 -0700
To: bug-Data-Dumper-Compact [...] rt.cpan.org
From: Nathan Rasmussen <volodymyr.velyky [...] gmail.com>
I have the identical test failure on a much newer Perl. Data-Dumper-Compact version: 0.005002 Perl version: 5.22.1 Data::Dumper version: 2.158 (released 2015-03-13)