Skip Menu |

This queue is for tickets about the DBIx-Perlish CPAN distribution.

Report information
The Basics
Id: 132485
Status: resolved
Priority: 0/
Queue: DBIx-Perlish

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

Bug Information
Severity: (no value)
Broken in: 1.04
Fixed in: 1.05



Subject: cannot reconstruct term from operation "aelemfast"
t/06.variables.t fails with threaded perls and the current stable version of DBIx-Perlish: ... cannot reconstruct term from operation "aelemfast" at t/06.variables.t line 133. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 39. t/06.variables.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) All 39 subtests passed ...
Hi Slaven Thanks for the report! I just tried a fresh 5.30.2 thread but I can't see anything. Could you possibly provide me with the commandline you have installed one of these threaded perls? F ex I tried this with perlbrew install perl-5.30.2 --thread which gets me This is perl 5, version 30, subversion 2 (v5.30.2) built for x86_64-linux-thread-multi /dk
On 2020-05-03 03:53:42, KARASIK wrote: Show quoted text
> Hi Slaven > > Thanks for the report! > > I just tried a fresh 5.30.2 thread but I can't see anything. > Could you possibly provide me with the commandline you have installed > one of these threaded perls? F ex I tried this with > > perlbrew install perl-5.30.2 --thread > > which gets me > > This is perl 5, version 30, subversion 2 (v5.30.2) built for x86_64- > linux-thread-multi
Probably the explanation is easier: this report is against the current stable release of DBIx-Perlish. With the latest devel (1.04_2) it passes also for threaded perls. So maybe it's time to make a new release? Regards, Slaven
And this one too