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

Typed::Subroutines #536

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Typed::Subroutines 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: Typed::Subroutines
===> Found: Typed::Subroutines [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Typed::Subroutines to /home/alex/Blin/data/zef-data/tmp/1549579627.17002.8747/Typed-Subroutines.git
===> Extraction [OK]: Typed::Subroutines to /home/alex/Blin/data/zef-data/store/Typed-Subroutines.git
===> Testing: Typed::Subroutines
# Failed test at t/01-basic.t line 20
# Failed test at t/01-basic.t line 21
# Failed test 'pointy block works'
# at t/01-basic.t line 51
# Attempt to return outside of any Routine
# Failed test 'anonymous pointy block works'
# at t/01-basic.t line 54
# Attempt to return outside of any Routine
# Looks like you failed 4 tests of 17
Saw 1 occurrence of deprecated code.
================================================================================
Sub typed_sub (from Typed::Subroutines) seen at:
  SETTING::src/core/Code.pm6, line 8
Please use subset (...) of Sub where :($, Str, etc) instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
t/01-basic.t .. 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/17 subtests 

Test Summary Report
-------------------
t/01-basic.t (Wstat: 1024 Tests: 17 Failed: 4)
  Failed tests:  6-7, 14-15
  Non-zero exit status: 4
Files=1, Tests=17,  2 wallclock secs ( 0.03 usr  0.00 sys +  1.86 cusr  0.15 csys =  2.04 CPU)
Result: FAIL
===> Testing [FAIL]: Typed::Subroutines
Failed to get passing tests, but continuing with --force-test
===> Installing: Typed::Subroutines
===> Install [OK] for Typed::Subroutines

Ping @tadzik

Previous ticket: #26

vendethiel commented 5 years ago

This module has been deprecated for 3 years.