[perl #117235] [BUG] Deep-cloned array loses its original content on .unshift in Rakudo

2015-08-30 Thread Christian Bartolomaeus via RT
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

[perl #123777] [BUG] List assignment in a BEGIN block causes a crash at runtime

2015-08-30 Thread Christian Bartolomaeus via RT
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'.

Re: [perl #123980] * does not allow // in map

2015-08-30 Thread H.Merijn Brand
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

[perl #125938] Numbers: 2**10000000000 and 1/(2**10000)

2015-08-30 Thread via RT
# 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