Skip Menu |

This queue is for tickets about the yagg CPAN distribution.

Report information
The Basics
Id: 103514
Status: resolved
Priority: 0/
Queue: yagg

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

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



Subject: Unescaped left brace in regex is deprecated
perl 5.21.x has a new warning which is causing the test suite to fail: PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t ... # Generating, compiling, and running test generators. Please be patient... # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr compared to t/results/none' # at t/run.t line 98. # Structures begin differing at: # $got->[0] = 'Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at etc/nonterminal_parser_grammar.yp line 619. # ' # $expected->[0] = Does not exist # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr compared to t/results/none' # at t/run.t line 98. # Structures begin differing at: # $got->[0] = 'Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at etc/nonterminal_parser_grammar.yp line 619. # ' # $expected->[0] = Does not exist # Looks like you failed 2 tests of 4. t/run.t ....... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/4 subtests ...
Subject: Re: [rt.cpan.org #103514] Unescaped left brace in regex is deprecated
Date: Tue, 14 Apr 2015 21:30:46 -0400
To: bug-yagg [...] rt.cpan.org
From: David Coppit <david [...] coppit.org>
Can you test the attached? It should be fixed. On Tue, Apr 14, 2015 at 1:35 AM, Slaven_Rezic via RT <bug-yagg@rt.cpan.org> wrote: Show quoted text
> Tue Apr 14 01:35:27 2015: Request 103514 was acted upon. > Transaction: Ticket created by SREZIC > Queue: yagg > Subject: Unescaped left brace in regex is deprecated > Broken in: 1.4005 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103514 > > > > perl 5.21.x has a new warning which is causing the test suite to fail: > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" > t/*.t > ... > # Generating, compiling, and running test generators. Please be patient... > > # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr > compared to t/results/none' > # at t/run.t line 98. > # Structures begin differing at: > # $got->[0] = 'Unescaped left brace in regex is deprecated, > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > etc/nonterminal_parser_grammar.yp line 619. > # ' > # $expected->[0] = Does not exist > > # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr > compared to t/results/none' > # at t/run.t line 98. > # Structures begin differing at: > # $got->[0] = 'Unescaped left brace in regex is deprecated, > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > etc/nonterminal_parser_grammar.yp line 619. > # ' > # $expected->[0] = Does not exist > # Looks like you failed 2 tests of 4. > t/run.t ....... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/4 subtests > ... > >
Download yagg-1.4006.tar.gz
application/x-gzip 226.7k

Message body not shown because it is not plain text.

Yes, it is fixed. Regards, Slaven On 2015-04-14 21:31:07, DCOPPIT wrote: Show quoted text
> Can you test the attached? It should be fixed. > > On Tue, Apr 14, 2015 at 1:35 AM, Slaven_Rezic via RT <bug-yagg@rt.cpan.org> > wrote: >
> > Tue Apr 14 01:35:27 2015: Request 103514 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: yagg > > Subject: Unescaped left brace in regex is deprecated > > Broken in: 1.4005 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103514 > > > > > > > perl 5.21.x has a new warning which is causing the test suite to fail: > > > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" > > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" > > t/*.t > > ... > > # Generating, compiling, and running test generators. Please be patient... > > > > # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr > > compared to t/results/none' > > # at t/run.t line 98. > > # Structures begin differing at: > > # $got->[0] = 'Unescaped left brace in regex is deprecated, > > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > > etc/nonterminal_parser_grammar.yp line 619. > > # ' > > # $expected->[0] = Does not exist > > > > # Failed test '/var/tmp/cpansmoker-1001/uc_SUbZRJ1/run_none.stderr > > compared to t/results/none' > > # at t/run.t line 98. > > # Structures begin differing at: > > # $got->[0] = 'Unescaped left brace in regex is deprecated, > > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > > etc/nonterminal_parser_grammar.yp line 619. > > # ' > > # $expected->[0] = Does not exist > > # Looks like you failed 2 tests of 4. > > t/run.t ....... > > Dubious, test returned 2 (wstat 512, 0x200) > > Failed 2/4 subtests > > ... > > > >
On Wed Apr 15 01:54:46 2015, SREZIC wrote: Show quoted text
> Yes, it is fixed. > > Regards, > Slaven > > On 2015-04-14 21:31:07, DCOPPIT wrote:
> > Can you test the attached? It should be fixed. > > > > On Tue, Apr 14, 2015 at 1:35 AM, Slaven_Rezic via RT <bug- > > yagg@rt.cpan.org> > > wrote: > >
> > > Tue Apr 14 01:35:27 2015: Request 103514 was acted upon. > > > Transaction: Ticket created by SREZIC > > > Queue: yagg > > > Subject: Unescaped left brace in regex is deprecated > > > Broken in: 1.4005 > > > Severity: (no value) > > > Owner: Nobody > > > Requestors: SREZIC@cpan.org > > > Status: new > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=103514 > > > > > > > > > > perl 5.21.x has a new warning which is causing the test suite to > > > fail: > > > > > > PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.10/bin/perl5.21.10" > > > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > > > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', > > > 'blib/arch')" > > > t/*.t > > > ... > > > # Generating, compiling, and running test generators. Please be > > > patient... > > > > > > # Failed test '/var/tmp/cpansmoker- > > > 1001/uc_SUbZRJ1/run_none.stderr > > > compared to t/results/none' > > > # at t/run.t line 98. > > > # Structures begin differing at: > > > # $got->[0] = 'Unescaped left brace in regex is > > > deprecated, > > > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > > > etc/nonterminal_parser_grammar.yp line 619. > > > # ' > > > # $expected->[0] = Does not exist > > > > > > # Failed test '/var/tmp/cpansmoker- > > > 1001/uc_SUbZRJ1/run_none.stderr > > > compared to t/results/none' > > > # at t/run.t line 98. > > > # Structures begin differing at: > > > # $got->[0] = 'Unescaped left brace in regex is > > > deprecated, > > > passed through in regex; marked by <-- HERE in m/\G{ <-- HERE / at > > > etc/nonterminal_parser_grammar.yp line 619. > > > # ' > > > # $expected->[0] = Does not exist > > > # Looks like you failed 2 tests of 4. > > > t/run.t ....... > > > Dubious, test returned 2 (wstat 512, 0x200) > > > Failed 2/4 subtests > > > ... > > > > > >