Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

01-basics.t fails #3

Closed
grondilu opened this issue Aug 14, 2016 · 3 comments
Closed

01-basics.t fails #3

grondilu opened this issue Aug 14, 2016 · 3 comments

Comments

@grondilu
Copy link

$ PERL6LIB=lib perl6 t/01-basics.t
===SORRY!===
No such method 'key' for invocant of type 'Array'

$ perl6 --version
This is Rakudo version 2016.07.1-181-gfe90be0 built on MoarVM version 2016.07-17-g40948f6
implementing Perl 6.c.
@raydiak
Copy link
Owner

raydiak commented Sep 17, 2016

Thanks for noticing and reporting! This module needs some serious TLC but I'll see if I can patch it up to a usable state soon, pending the partial rewrite it really deserves

@dharmatech
Copy link

Same here:

~ # zef install Math::Symbolic
===> Searching for: Math::Symbolic
===> Testing: Math::Symbolic:auth('raydiak')
===SORRY!===
No such method 'key' for invocant of type 'Array'
t/01-basics.t .. No subtests run
All tests successful.

Test Summary Report
-------------------
t/01-basics.t (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  0 wallclock secs
Result: FAILED
===> Testing [FAIL]: Math::Symbolic:auth('raydiak')
Aborting due to test failure: Math::Symbolic:auth('raydiak') (use --force to override)
  in code  at /opt/rakudo-star-2017.04/share/perl6/site/sources/4B1D5A60B59D9541E13F76E0E2A2D550E0144053 (Zef::Client) line 346
  in method test at /opt/rakudo-star-2017.04/share/perl6/site/sources/4B1D5A60B59D9541E13F76E0E2A2D550E0144053 (Zef::Client) line 325
  in code  at /opt/rakudo-star-2017.04/share/perl6/site/sources/4B1D5A60B59D9541E13F76E0E2A2D550E0144053 (Zef::Client) line 497
  in sub  at /opt/rakudo-star-2017.04/share/perl6/site/sources/4B1D5A60B59D9541E13F76E0E2A2D550E0144053 (Zef::Client) line 494
  in method install at /opt/rakudo-star-2017.04/share/perl6/site/sources/4B1D5A60B59D9541E13F76E0E2A2D550E0144053 (Zef::Client) line 600
  in sub MAIN at /opt/rakudo-star-2017.04/share/perl6/site/sources/09969B10D9F270B8DBAAB9961FA7E6CDB8AD58C9 (Zef::CLI) line 139
  in block <unit> at /opt/rakudo-star-2017.04/share/perl6/site/resources/85BD232410222F167A35B9969B036802FECD78D2 line 1

~ # cat /etc/issue
Ubuntu 15.10 \n \l

@raydiak
Copy link
Owner

raydiak commented Jul 23, 2020

This module now passes all tests with current versions of Rakudo

@raydiak raydiak closed this as completed Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants