[perl6/specs] 570c49: clarify wording of .combinations(Range)

2013-11-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 570c49c1aa9b21213ee16520fc1d0789348395fe https://github.com/perl6/specs/commit/570c49c1aa9b21213ee16520fc1d0789348395fe Author: Larry Wall Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M S32-set

[perl6/specs] 7e0441: s/Dec/Nov/ FROGGS++ timotimo++

2013-11-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 7e0441ca22f5d0fd9d580eb3d11a3e0925f7a346 https://github.com/perl6/specs/commit/7e0441ca22f5d0fd9d580eb3d11a3e0925f7a346 Author: Larry Wall Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M S32-set

[perl6/specs] 20876c: notes on redo semantics, restrict to lexotic

2013-11-12 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 20876ccda0c85a6e78e76d1617d0ad06176bcf86 https://github.com/perl6/specs/commit/20876ccda0c85a6e78e76d1617d0ad06176bcf86 Author: Larry Wall Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M S04-con

[perl #76400] [BUG] Null PMC access when doing 'say $foo::' (which shouldn't even parse) in Rakudo

2013-11-12 Thread Will Coleda via RT
On Sat Oct 08 13:03:15 2011, coke wrote: > On Tue Jul 06 09:19:10 2010, masak wrote: > > std 31559: OUTPUT«ok 00:01 111m␤» > > I didn't expect that to work :) > > std bug. > > * TimToady bug > > I'm not entirely sure how it parsed... > > oh, morename allows a final :: component, but that's not

[perl #117951] [BUG] $%*ENV doesn't work in Rakudo, dies with a deprecation warning about $%

2013-11-12 Thread Will Coleda via RT
On Thu May 23 11:31:57 2013, FROGGS.de wrote: > Fixed: > https://github.com/rakudo/rakudo/commit/90daa18887159503da3db18554b18c111bf49899 > Closable with test. Test added to S02-magicals/env.t -- Will "Coke" Coleda

[perl #118285] [java] ConfigureJVM.pl should support --gen-nqp

2013-11-12 Thread Will Coleda via RT
On Mon Jun 03 11:09:35 2013, coke wrote: > Analogous to Configure.pl's option. > > Currently requires a pre-installed nqp invoked with --with-nqp > This has been working for some time. Thanks! -- Will "Coke" Coleda

[perl #120526] ss/.../.../ doesn't preserve whitespace

2013-11-12 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #120526] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120526 > S05-substitution/subst.t has the following test which fails on both rakudos: { $_ =

Re: [perl #120520] [PATCH] Fix building multiple backends on moar-support branch

2013-11-12 Thread Tobias Leich
Patch applied, thank you! :o) https://github.com/rakudo/rakudo/commit/f5a38f2e97 Am 12.11.2013 16:35, schrieb Nick Glencross (via RT): > # New Ticket Created by Nick Glencross > # Please include the string: [perl #120520] > # in the subject line of all future correspondence about this issue.

[perl #120520] [PATCH] Fix building multiple backends on moar-support branch

2013-11-12 Thread via RT
# New Ticket Created by Nick Glencross # Please include the string: [perl #120520] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120520 > Hi all, This patch fixes a problem where RUN_PERL6 is clashing across build variants.