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

November #487

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module November cannot be installed (Flapper), 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: November
WARNINGS for /home/alex/Blin/installed/November_*/sources/8A0D556DF8BB38DEC211C8C73A146D81B16143FD (November::Tags):
Useless use of "-        " in expression "-        $fh.say( $index.perl )" in sink context (line 116)
===> Found: November:auth<github:viklund> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: November:auth<github:viklund> to /home/alex/Blin/data/zef-data/tmp/1549580888.22185.9083/november.git
===> Extraction [OK]: November to /home/alex/Blin/data/zef-data/store/november.git
===> Installing: November:auth<github:viklund>
===> Install [FAIL] for November:auth<github:viklund>: The following packages were stubbed but not defined:
    November

The following packages were stubbed but not defined:
    November

Ping @viklund

AlexDaniel commented 5 years ago

Actually, nevermind my labels. I just looked and it seems like there were some fixes in 2016. I assumed that the module was completely unusable, but maybe it is OK. It is skipped in Blin because apparently it eats memory like crazy, so that should be investigated and perhaps fixed.

viklund commented 5 years ago

I don't know how big the interest is in this module, apart from historical. I have some ideas to maybe fix it someday but since it's so long ago I actually did anything with this it would take quite some effort to get everything running. If there's an interest in having this working I could spend the time. Otherwise I think it it's ok to deprecate it. @masak might have some input here.

masak commented 5 years ago

What @viklund said. It'd be a fun project to build a modern November (and shouldn't be all that hard with the modern Perl 6 web tools), but I'll leave it unsaid whether such an effort would choose to gradually improve what's already there, or start entirely from scratch.

AlexDaniel commented 5 years ago

See also: https://github.com/kensanata/oddmuse6

masak commented 5 years ago

Nice!