Skip Menu |

This queue is for tickets about the Unicode-BiDiRule CPAN distribution.

Report information
The Basics
Id: 128942
Status: open
Priority: 0/
Queue: Unicode-BiDiRule

People
Owner: Nobody in particular
Requestors: khw [...] cpan.org
Cc: perl5-porters [...] perl.org
AdminCc:

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



CC: perl5-porters [...] perl.org
Subject: 02IdnaTest.t fails on Unicode 11 and 12
Unicode has changed the format of their test script that this test reads in. Hopefully that is the issue behind the test failures. Perl 5.30 is shipping with Unicode 12
RT-Send-CC: perl5-porters [...] perl.org, ANDK [...] cpan.org
On 2019-03-26 17:38:30, khw wrote: Show quoted text
> Unicode has changed the format of their test script that this test > reads in. Hopefully that is the issue behind the test failures. Perl > 5.30 is shipping with Unicode 12
It's a little bit confusing that there are also some PASS reports with perl 5.29.x, see http://fast-matrix.cpantesters.org/?dist=Unicode-BiDiRule%200.04 I think it's because the problematic test is effectively skipped if the IdnaTest file could not be loaded, which is the case if no wget is installed on the system. See also https://metacpan.org/source/NEZUMI/Unicode-BiDiRule-0.04/Makefile.PL#L69
CC: perl5-porters [...] perl.org
Subject: Re: [rt.cpan.org #128942] 02IdnaTest.t fails on Unicode 11 and 12
Date: Wed, 27 Mar 2019 10:49:38 -0600
To: bug-Unicode-BiDiRule [...] rt.cpan.org
From: Karl Williamson <khw [...] cpan.org>
On 3/27/19 1:51 AM, Slaven_Rezic via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=128942 > > > On 2019-03-26 17:38:30, khw wrote:
>> Unicode has changed the format of their test script that this test >> reads in. Hopefully that is the issue behind the test failures. Perl >> 5.30 is shipping with Unicode 12
> > It's a little bit confusing that there are also some PASS reports with perl 5.29.x, see http://fast-matrix.cpantesters.org/?dist=Unicode-BiDiRule%200.04 > > I think it's because the problematic test is effectively skipped if the IdnaTest file could not be loaded, which is the case if no wget is installed on the system. See also https://metacpan.org/source/NEZUMI/Unicode-BiDiRule-0.04/Makefile.PL#L69 >
I think that's a likely explanation. And it's a real mixed bag with Unicode and file formats. They are still using the original antiquated UnicodeData.txt file to avoid breaking things that may depend on it, but here they just upped and changed the format of this test file.