Skip to content

Instantly share code, notes, and snippets.

@colomon
Created October 28, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/1c509aa4ba4a245f2fb306b627616cef to your computer and use it in GitHub Desktop.
Save colomon/1c509aa4ba4a245f2fb306b627616cef to your computer and use it in GitHub Desktop.
# 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