Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Text::Indented #530

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Text::Indented cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Text::Indented
===> Found: Text::Indented:ver<0.1> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Text::Indented:ver<0.1> to /home/alex/Blin/data/zef-data/tmp/1549579764.21204.7279/text-indented.git
===> Extraction: Failed to find a META6.json file for Text::Indented:ver<0.1> -- failure is likely
===> Extraction [OK]: Text::Indented to /home/alex/Blin/data/zef-data/store/text-indented.git
===> Testing: Text::Indented:ver<0.1>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/text-indented.git/498480710aba212997cbc654a7be68853b3100b2/lib/Text/Indented.pm (Text::Indented)
Semicolon form of 'grammar' without 'unit' is illegal.  You probably want to use 'unit grammar'
at /home/alex/Blin/data/zef-data/store/text-indented.git/498480710aba212997cbc654a7be68853b3100b2/lib/Text/Indented.pm (Text::Indented):1
------> grammar Text::Indented;⏏<EOL>
t/parse-indent.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/parse-indent.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  1 wallclock secs ( 0.02 usr  0.01 sys +  1.01 cusr  0.12 csys =  1.16 CPU)
Result: FAIL
===> Testing [FAIL]: Text::Indented:ver<0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Text::Indented:ver<0.1>
===> Install [OK] for Text::Indented:ver<0.1>

Ping @masak

Previous ticket: #35

AlexDaniel commented 5 years ago

Frot the previous ticket:

Issue: https://github.com/masak/text-indented/issues/7 PR's: https://github.com/masak/text-indented/pull/5 https://github.com/masak/text-indented/pull/6

@masak, any reason why these can't be merged?

masak commented 5 years ago

They look perfectly fine; I went ahead and merged them. Thanks for noticing. :heart: