Glad to hear it!

Best regards,
Ed

From: Hernán De Angelis<mailto:variablestarli...@gmail.com>
Sent: 28 May 2022 18:19
To: Ed .<mailto:ej...@hotmail.com>; 
pdl-general@lists.sourceforge.net<mailto:pdl-general@lists.sourceforge.net>
Subject: Re: [Pdl-general] PDL build not passing test in Perl 5.36.0

Thanks, Ed. Works like charm!

/H.
Den 2022-05-28 kl. 18:44, skrev Ed .:
See separate release announcement for PDL 2.080.

Best regards,
Ed

From: Hernán De Angelis<mailto:variablestarli...@gmail.com>
Sent: 28 May 2022 14:07
To: pdl-general@lists.sourceforge.net<mailto:pdl-general@lists.sourceforge.net>
Subject: [Pdl-general] PDL build not passing test in Perl 5.36.0

Hi all

I just upgraded Perl to 5.36.0 and rebuilt PDL. It seems there is some trouble 
with the tests. Not sure what the cause of this is but it seems related to 
Text::Balanced.

What could be wrong here? See test result below.

Cheers

/H.



make[2]: Entering directory '/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter'
PERL_DL_NONLAZY=1 "/usr/local/perls/perl-5.36.0/bin/perl" 
"-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef 
*Test::Harness::Switches; test_harness(0, '../../blib/lib', '../../blib/arch')" 
t/*.t
t/niceslice-utilcall.t .. Prototype mismatch: sub 
Text::Balanced::_match_variable: none vs ($$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 603.
Prototype mismatch: sub Text::Balanced::_match_codeblock: none vs ($$$$$$$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 605.
Prototype mismatch: sub Text::Balanced::_match_quotelike: none vs ($$$$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 607.
t/niceslice-utilcall.t .. ok
t/niceslice.t ........... Prototype mismatch: sub 
Text::Balanced::_match_variable: none vs ($$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 603.
Prototype mismatch: sub Text::Balanced::_match_codeblock: none vs ($$$$$$$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 605.
Prototype mismatch: sub Text::Balanced::_match_quotelike: none vs ($$$$) at 
/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter/../../blib/lib/PDL/NiceSlice.pm
 line 607.
t/niceslice.t ........... 1/?
#   Failed test 'NiceSlice leaves strings along'
#   at t/niceslice.t line 239.
#          got: '
#   CREATE TABLE $table ->slice(
#   CHECK ( yr = $yr )
#   ) INHERITS ($schema.master_table)
#   '
#     expected: '
#   CREATE TABLE $table (
#   CHECK ( yr = $yr )
#   ) INHERITS ($schema.master_table)
#   '
# Looks like you failed 1 test of 70.
t/niceslice.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/70 subtests

Test Summary Report
-------------------
t/niceslice.t         (Wstat: 256 (exited 1) Tests: 70 Failed: 1)
  Failed test:  69
  Non-zero exit status: 1
Files=2, Tests=137,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.11 cusr  0.01 
csys =  0.14 CPU)
Result: FAIL
Failed 1/2 test programs. 1/137 subtests failed.
make[2]: *** [Makefile:635: test_dynamic] Error 1
make[2]: Leaving directory '/root/.cpan/build/PDL-2.079-0/Basic/SourceFilter'
make[1]: *** [Makefile:781: subdirs-test_dynamic] Error 2
make[1]: Leaving directory '/root/.cpan/build/PDL-2.079-0/Basic'
make: *** [Makefile:1087: subdirs-test_dynamic] Error 2



_______________________________________________
pdl-general mailing list
pdl-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-general

Reply via email to