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

TestML #529

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module TestML 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: TestML
Aborting due to fetch failure: TestML:ver<0.2.0>:auth<github:ingydotnet> (use --force-fetch to override)
===> Found: TestML:ver<0.2.0>:auth<github:ingydotnet> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [FAIL]: TestML:ver<0.2.0>:auth<github:ingydotnet> from git://github.com/ingydotnet/testml-pm6/archive/0.2.0.zip.git

Ping @ingydotnet

Previous ticket: #39

AlexDaniel commented 5 years ago

PR from the previous squashathon: https://github.com/ingydotnet/testml-pm6/pull/4

jonathanstowe commented 5 years ago

There's a different issue with this. It looks like the module was actually moved to https://github.com/perl6-community-modules/testml-pm6 via https://github.com/retupmoca/testml-pm6 and the ecosystem wasn't updated. I've fixed the ecosystem

jonathanstowe commented 5 years ago

The tests were failing also which I fixed with https://github.com/perl6-community-modules/testml-pm6/commit/6a8d584124fde951e030f93ffed677b1b919d940 though there may be a remaining issue that afflicts the YAML module.