# New Ticket Created by Samantha McVey
# Please include the string: [perl #130384]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130384 >
say "ୈ"; # U+0B48 ORIYA VOWEL SIGN AI
Bogus statement
at /home/samantha/git/roast/EVAL_
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130383]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130383 >
$ perl6 -n -e 'say "$_"' foo
a
b
c
d
$ perl6 -n -e 'say "{$_}"' foo
Use of uninitialize
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130382]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130382 >
m: x:{}
rakudo-moar 9eed27: OUTPUT«===SORRY!===Cannot find method
'has_compile_time_valu
On Fri, 01 Jul 2016 22:36:25 -0700, lloyd.fo...@gmail.com wrote:
> class Foo { has $.a = Metamodel::ClassHOW.new_type(name => "Bar");
> method
> comp { $!a.^compose } };
> my $obj = Foo.new;
> $obj.comp;
> say $obj;
>
> Program received signal SIGSEGV, Segmentation fault.
> MVM_6model_istype (tc=0
On Mon, 19 Dec 2016 17:36:34 -0800, fernandocor...@gmail.com wrote:
> HI there!
>
> I was trying to reduce the code, but I couldn’t…
> Some times I get a segfault running this code:
>
> perl6 -Ilib -MTest::Fuzz -e 'sub bla(Int $a) is fuzzed {42}; run-
> tests’
>
> on branch “role” of https://git