Created
October 12, 2015 19:28
-
-
Save peschwa/e9c27c61e1a840f251c2 to your computer and use it in GitHub Desktop.
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
$ ./perl6-j -e'class C {...}; C.^add_attribute(Attribute, Attribute.new(:name<a>, :type(Any), :package(C))); class C { }' | |
org.perl6.nqp.sixmodel.reprs.P6OpaqueBaseInstance$NoSuchAttrException: No such attribute '$!name' for this object | |
<Internal error while creating backtrace: org.perl6.nqp.sixmodel.reprs.P6OpaqueBaseInstance$NoSuchAttrException: No such attribute '$!name' for this object in block at gen/jvm/CORE.setting:1299 | |
in method sink-all at gen/jvm/CORE.setting:2968 | |
in method sink at gen/jvm/CORE.setting:10694 | |
in method clone at gen/jvm/CORE.setting:1298 | |
in block at gen/jvm/CORE.setting:17357 | |
in block at gen/jvm/CORE.setting:17351 | |
in block at gen/jvm/CORE.setting:17345 | |
in method nice at gen/jvm/CORE.setting:17342 | |
in method Str at gen/jvm/CORE.setting:17375 | |
in method Stringy at gen/jvm/CORE.setting:1181 | |
in sub infix:<~> at gen/jvm/CORE.setting:1621 | |
in block at gen/jvm/CORE.setting:26993 | |
in code at gen/jvm/CORE.setting:17474 | |
in block at gen/jvm/CORE.setting:17474 | |
in method gist at gen/jvm/CORE.setting:17468 | |
in block at gen/jvm/CORE.setting:17713 | |
in sub print_exception at gen/jvm/CORE.setting:17706 | |
. | |
Please report this as a bug (mail to rakudobug@perl.org) | |
and re-run with the --ll-exception command line option | |
to get more information about your error> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment