# New Ticket Created by Zoffix Znet
# Please include the string: [perl #129373]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129373 >
Unsure if this is on purpose or not:
If I have a variable with a Failure in it and I let
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #129374]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129374 >
# I have the fix; filing for records
The .subst/.subst-mutate methods slurp several of th
Fixed in https://github.com/rakudo/rakudo/commit/6ef4cdf543
Tests added in https://github.com/perl6/roast/commit/925cf4bd8b
On Tue Sep 27 11:39:00 2016, c...@zoffix.com wrote:
> # I have the fix; filing for records
>
> The .subst/.subst-mutate methods slurp several of their options into a
> hash
The tests added as part of the ticket rejection fail on the JVM; re-opening
until they pass.
--
Will "Coke" Coleda
On Fri Dec 18 08:26:09 2015, jn...@jnthn.net wrote:
> On Thu Apr 16 06:23:35 2009, masak wrote:
> > OH HAI from NPW::2009.
> >
> > In Rakudo 2c13d6c, the 'handles' instruction on attributes in roles
> > don't override those of the class it mixes in.
> >
> > $ perl6 -e 'class A { method foo { say "O
# New Ticket Created by Will Coleda
# Please include the string: [perl #129375]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=129375 >
S14-traits/routines.t
my class B is A { }
is A.m, 42, 'Applying traits to submeth