Skip Menu |

This queue is for tickets about the MarpaX-Languages-M4 CPAN distribution.

Report information
The Basics
Id: 131942
Status: open
Priority: 0/
Queue: MarpaX-Languages-M4

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

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



Subject: Test suite started to fail
On my smoker systems I see the following new test failure: ... # Failed test 'MarpaX/Languages/M4.pm loaded ok' # at t/00-compile.t line 74. # got: '65280' # expected: '0' Unexpected token in primary type expression; got '*]]' at /home/cpansand/.cpan/build/2020022311/Type-Tiny-1.010000-1/blib/lib/Type/Parser.pm line 280. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Macro.pm line 118. Compilation failed in require at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62. Compilation failed in require at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4.pm line 2. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020-1/blib/lib/MarpaX/Languages/M4.pm line 2. Compilation failed in require at -e line 1. ... Maybe it's related to newer Type::Tiny version, maybe only in conjunction with Type::Tiny::XS (but I have no statistical analysis to prove this assumption).
Slaven, Thanks for the report. I suspect this line: isa => HashRef [ PositiveOrZeroInt | Enum [qw/*/] ], in lib/MarpaX/Languages/M4/Impl/Macro.pm though I cannot reproduce the failure with latest Type::Tiny -; Regards, Jean-Damien. On Sun Feb 23 05:38:36 2020, SREZIC wrote: Show quoted text
> On my smoker systems I see the following new test failure: > > ... > # Failed test 'MarpaX/Languages/M4.pm loaded ok' > # at t/00-compile.t line 74. > # got: '65280' > # expected: '0' > Unexpected token in primary type expression; got '*]]' at > /home/cpansand/.cpan/build/2020022311/Type-Tiny-1.010000- > 1/blib/lib/Type/Parser.pm line 280. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020- > 1/blib/lib/MarpaX/Languages/M4/Impl/Macro.pm line 118. > Compilation failed in require at > /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020- > 1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020- > 1/blib/lib/MarpaX/Languages/M4/Impl/Default.pm line 62. > Compilation failed in require at > /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020- > 1/blib/lib/MarpaX/Languages/M4.pm line 2. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2020022311/MarpaX-Languages-M4-0.020- > 1/blib/lib/MarpaX/Languages/M4.pm line 2. > Compilation failed in require at -e line 1. > ... > > Maybe it's related to newer Type::Tiny version, maybe only in > conjunction with Type::Tiny::XS (but I have no statistical analysis to > prove this assumption).