Two more tests: https://github.com/perl6/roast/commit/51332a9ae1
Patch: https://github.com/rakudo/rakudo/commit/8f4e908869
Test: https://github.com/perl6/roast/commit/f47d1dab1b
Closing ticket.
Design docs got aligned to rakudo so that method calls on blocks just do what
one would expect.
Patch: https://github.com/perl6/specs/commit/d1d502fb71
Tests: https://github.com/perl6/roast/commit/95a28225ed
Closing ticket.
# New Ticket Created by Tobias Leich
# Please include the string: [perl #126318]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126318 >
say class { has Int $.foo is default(0) }.new.foo
rakudo-moar 025ec1: OUTPUT«(Int)»
cla
Patch: https://github.com/rakudo/rakudo/commit/80a3d07235
Tests: https://github.com/perl6/roast/commit/071720b28d
Closing ticket.
On Thu, Oct 08, 2015 at 05:43:11AM -0700, Carlin Bingham wrote:
> Doesn't seem to happen if the main program thread is still running when
> the thread exits.
>
>
> use v6;
>
> Thread.start({
> my $fh = open('/dev/urandom');
> say $fh.read(16);
> say "alive";
>
# New Ticket Created by Lloyd Fournier
# Please include the string: [perl #126317]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126317 >
http://design.perl6.org/S12.html#Custom_Meta-objects
my module EXPORTHOW::DECLARE