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

IRC::Client #427

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module IRC::Client cannot be installed (InstallableButUntested), 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: IRC::Client
===> Found: IRC::Client:ver<3.007011> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: IRC::Client:ver<3.007011> to /home/alex/Blin/data/zef-data/tmp/1549583300.19082.6680/perl6-IRC-Client.git
===> Extraction [OK]: IRC::Client to /home/alex/Blin/data/zef-data/store/perl6-IRC-Client.git
===> Installing: IRC::Client:ver<3.007011>
===> Install [OK] for IRC::Client:ver<3.007011>

Ping @perl6-community-modules

JJ commented 5 years ago

What does installable but untested mean? There are no tests written?

AlexDaniel commented 5 years ago

@JJ ahh, this one means that Blin skips tests. Sometimes it is done because the module does something crazy (like eat all your RAM, or something like that). If you can confirm that IRC::Client behaves correctly with network testing enabled (e.g. doesn't spam IRC channels), then we can probably reenable tests here.