Created
October 28, 2017 20:13
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is against current Math::Vector with method Dim changed to | |
| # method Dim() is DEPRECATED('dim') | |
| Wynne:Math-Vector colomon$ perl6 -Ilib --ll-exception t/01-basics.t | |
| ok 1 - Variable is of type Math::Vector | |
| ok 2 - Variable is of type Math::Vector | |
| ok 3 - Variable is of type Math::Vector | |
| ok 4 - Variable is of type Math::Vector | |
| ok 5 - Variable is of type Math::Vector | |
| ok 6 - Variable is of type Math::Vector | |
| ok 7 - Stringify works | |
| ok 8 - Stringify works | |
| ok 9 - Stringify works | |
| ok 10 - Stringify works | |
| ok 11 - Stringify works | |
| ok 12 - .perl works | |
| ok 13 - .perl works | |
| ok 14 - .perl works | |
| ok 15 - .conj works | |
| Cannot invoke this object (REPR: Null; VMNull) | |
| at SETTING::src/core/traits.pm:149 (/Users/colomon/.rakudobrew/moar-nom/install/share/perl6/runtime/CORE.setting.moarvm:) | |
| from /Users/colomon/tools/Math-Vector/lib/Math/Vector.pm (Math::Vector):34 (/Users/colomon/tools/Math-Vector/lib/.precomp/E1C872DD6409F224CD935BDE0C614B74694584C1.1496177594.04754/57/576EED656CCFA712A6D0102E806ACBB4571B722C:Dim) | |
| from t/01-basics.t:40 (<ephemeral file>:<unit>) | |
| from t/01-basics.t:1 (<ephemeral file>:<unit-outer>) | |
| from gen/moar/stage2/NQPHLL.nqp:1588 (/Users/colomon/.rakudobrew/moar-nom/install/share/nqp/lib/NQPHLL.moarvm:eval) | |
| from gen/moar/stage2/NQPHLL.nqp:1791 (/Users/colomon/.rakudobrew/moar-nom/install/share/nqp/lib/NQPHLL.moarvm:evalfiles) | |
| from gen/moar/stage2/NQPHLL.nqp:1685 (/Users/colomon/.rakudobrew/moar-nom/install/share/nqp/lib/NQPHLL.moarvm:command_eval) | |
| from src/Perl6/Compiler.nqp:42 (/Users/colomon/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6/Compiler.moarvm:command_eval) | |
| from gen/moar/stage2/NQPHLL.nqp:1659 (/Users/colomon/.rakudobrew/moar-nom/install/share/nqp/lib/NQPHLL.moarvm:command_line) | |
| from gen/moar/main.nqp:47 (/Users/colomon/.rakudobrew/moar-nom/install/share/perl6/runtime/perl6.moarvm:MAIN) | |
| from gen/moar/main.nqp:38 (/Users/colomon/.rakudobrew/moar-nom/install/share/perl6/runtime/perl6.moarvm:<mainline>) | |
| from <unknown>:1 (/Users/colomon/.rakudobrew/moar-nom/install/share/perl6/runtime/perl6.moarvm:<main>) | |
| from <unknown>:1 (/Users/colomon/.rakudobrew/moar-nom/install/share/perl6/runtime/perl6.moarvm:<entry>) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment