On Wed, 27 Jul 2016 12:29:11 -0700, coke wrote:
> Here's the test:
>
> my $c;
> ok 'abc' ~~ /.{ $c = $¢ }/, 'current match state';
> #?rakudo todo 'Type of $¢ is Any instead of Cursor - RT #124998'
> is $c.WHAT, Cursor.WHAT,'got right type';
>
> This might be a faulty test, however:
>
On Wed, 27 Jul 2016 12:29:11 -0700, coke wrote:
> Here's the test:
>
> my $c;
> ok 'abc' ~~ /.{ $c = $¢ }/, 'current match state';
> #?rakudo todo 'Type of $¢ is Any instead of Cursor - RT #124998'
> is $c.WHAT, Cursor.WHAT,'got right type';
>
> This might be a faulty test, however:
>
On Wed, 30 Jan 2013 07:17:38 -0800, masak wrote:
> rn: role F[$n] { method x { callsame; callsame until $.v % $n }
> }; class S { has $.v is rw = 1; method x { ++$.v } }; my $s = S.new; for
> ^3 { $s.x; say $s.v; $s = $s but F[$s.v] }
> niecza v24-18-gaf64300: OUTPUT«235»
> ..rakudo b3fc32:
On Wed, 30 Jan 2013 07:17:38 -0800, masak wrote:
> rn: role F[$n] { method x { callsame; callsame until $.v % $n }
> }; class S { has $.v is rw = 1; method x { ++$.v } }; my $s = S.new; for
> ^3 { $s.x; say $s.v; $s = $s but F[$s.v] }
> niecza v24-18-gaf64300: OUTPUT«235»
> ..rakudo b3fc32:
On behalf of the Rakudo development team, I’m very happy to announce the
June 2018 release of Rakudo Perl 6 #124. Rakudo is an implementation of
Perl 6 on the Moar Virtual Machine[^1].
This release implements the 6.c version of the Perl 6 specifications.
It includes bugfixes and optimizations on t