On Thu Mar 21 15:43:19 2013, pmichaud wrote:
> [...]
> In the meantime, I've added a test for this ticket as
> S04-statements/sink.t . It's not included in Rakudo's spectests
> yet.
This test passes now on the 'glr' branch (and was unfudged with commit
https://github.com/perl6/roast/commit/38af8
This works on the 'glr' branch:
$ perl6-m -e 'my @a; BEGIN { @a = 42; }; say @a;'
[42]
The test in S04-phasers/begin.t was unfudged with commit
https://github.com/perl6/roast/commit/b8a19c981c. I'm closing this ticket as
'resolved'.
On Sat, 29 Aug 2015 04:09:22 -0700, "Will Coleda via RT"
wrote:
> On Wed Mar 04 00:16:25 2015, hmbrand wrote:
> > $ perl6 -e '(1,Str,"a").map(*)[1].say'
> > (Str)
> > $ perl6 -e '(1,Str,"a").map(*)[1].perl.say'
> > Str
> > $ perl6 -e '(1,Str,"a").map(~*)[1].say'
> > use of uninitialized value of
# New Ticket Created by Christian Jaeger
# Please include the string: [perl #125938]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125938 >
2**100 and 1/(2**1) both silently return 0.
$ perl6 --version
This is pe