# 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
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.
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
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:
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
# 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
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
# 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;
-
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'.
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
-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
11 matches
Mail list logo