[perl #129373] Explicit `return` prevens Failure explosion in sinkage

2016-09-27 Thread via RT
# 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

[perl #129374] [BUG] invalid arguments to .subst/.subst-mutate silently ignored

2016-09-27 Thread via RT
# 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

[perl #129374] [BUG] invalid arguments to .subst/.subst-mutate silently ignored

2016-09-27 Thread Zoffix Znet via RT
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

[perl #128579] [JVM] ver and auth meta methods not present on packages

2016-09-27 Thread Will Coleda via RT
The tests added as part of the ticket rejection fail on the JVM; re-opening until they pass. -- Will "Coke" Coleda

[perl #64766] Possibly inconsistent behaviour in mixing-in of 'handles'

2016-09-27 Thread Will Coleda via RT
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

[perl #129375] [JVM] wrong exception type thrown: "Applying traits to submethods retains submethod semantics"

2016-09-27 Thread via RT
# 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