[perl #124323] Parse fails due to user-friendlyness on ?? : !!

2015-04-17 Thread via RT
# New Ticket Created by hmbrand # Please include the string: [perl #124323] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124323 > $ perl6 -e'my@x=^10;my@y=2..3;my@z=@y??@x[@y]:v!!@x' ===SORRY!=== Error while compiling -e Ple

[perl6/specs] 20fd94: Clarify comment in example.

2015-04-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 20fd946a18a1382c5c78c762e7e1ada166019a57 https://github.com/perl6/specs/commit/20fd946a18a1382c5c78c762e7e1ada166019a57 Author: skids Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M S04-control.

[perl6/specs] e32d82: s/excuse/cause/ for Promise.

2015-04-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: e32d821d994cddaf4d3402e34c0b50119e400124 https://github.com/perl6/specs/commit/e32d821d994cddaf4d3402e34c0b50119e400124 Author: Cédric VINCENT Date: 2015-04-16 (Thu, 16 Apr 2015) Changed paths: M S17

[perl6/specs] 0a559d: Elaborate a bit more on %?RESOURCE

2015-04-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0a559da0288f0831b1b4acee4ad8213c97a8f8fe https://github.com/perl6/specs/commit/0a559da0288f0831b1b4acee4ad8213c97a8f8fe Author: Elizabeth Mattijsen Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths:

[perl6/specs] d702a9: Fix .cue parameter names.

2015-04-17 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: d702a9ed5a1bacf80c71d7ba789de53c73f4335f https://github.com/perl6/specs/commit/d702a9ed5a1bacf80c71d7ba789de53c73f4335f Author: Cédric VINCENT Date: 2015-04-16 (Thu, 16 Apr 2015) Changed paths: M S17

[perl #124328] supersede with built-in classes gives errors, LTA syntax errors

2015-04-17 Thread via RT
# New Ticket Created by Brent Laabs # Please include the string: [perl #124328] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124328 > labster: m: supersede Cool {} [8:00pm] camelia: rakudo-moar a24488: OUTPUT«===SORRY!===␤Ty

[perl #124323] Parse fails due to user-friendlyness on ?? : !!

2015-04-17 Thread Christian Bartolomaeus via RT
This was fixed promptly. The code now dies with the right exception. $ perl6 -e'my@x=^10;my@y=2..3;my@z=@y??@x[@y]:v!!@x' ===SORRY!=== Error while compiling -e Precedence of :v is too loose to use inside ?? !!; please parenthesize at -e:1 --> my@x=^10;my@y=2..3;my@z=@y??@x[@y]:v⏏!!@x expec

[perl #124324] [BUG] cannot use EVAL in a precompiled dependency

2015-04-17 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #124324] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=124324 > $ cat eval.pm BEGIN { EVAL 'say 42'; 0 } $ cat use_eval.pm use lib '.'; use eval; -

[perl #114326] [BUG] `say [] ... []` loops infinitely in Rakudo

2015-04-17 Thread Christian Bartolomaeus via RT
This works now and there is a passing test in S03-sequence/basic.t $ perl6 -e 'say [] ... []' $ perl6 -e 'say ([] ... []).perl' ([],) I'm closing this ticket as 'resolved'.

[perl #114388] LTA error when using s[] = "rea"

2015-04-17 Thread Christian Bartolomaeus via RT
The first evaluation fails again (no method 'subst-mutate' nowadays), so I'm re-opening this ticket. $ perl6 -e 's[ea] = "rea";' Method 'subst-mutate' not found for invocant of class 'Any' in block at -e:1 We're back to "We could improve the error, but what should it say" (moritz, 2012) and

Re: generating grammars, capturing in regex interpolation, etc.

2015-04-17 Thread Tobias Leich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The comment in INTERPOLATE is about "subcaptures"... but if you do not capture the interpolated regex itself, you break that chain. Am 17.04.2015 um 04:34 schrieb Nathan Gray: > On Wed, Apr 15, 2015 at 09:45:39PM -0400, Nathan Gray wrote: >> I had g