[perl #130449] [REGRESSION] Slicing a range no longer produces Nils like it should ( (2..1)[^10] )

2016-12-31 Thread Zoffix Znet via RT
On Thu, 29 Dec 2016 17:40:46 -0800, alex.jakime...@gmail.com wrote: > Code: > say (2..1)[^10] > > > Result (2015.12,2016.02): > (Nil Nil Nil Nil Nil Nil Nil Nil Nil Nil) > > > Result (2016.03,HEAD): > Index out of range. Is: 0, should be in 0..-1 > in block at /tmp/1dJcD1E1Wz line 1 > >

[perl #130472] [RFC] permutations and combinations don't have a :distinct parameter

2016-12-31 Thread Zoffix Znet via RT
On Sat, 31 Dec 2016 18:59:43 -0800, pe...@mscha.org wrote: > The permutations and combinations routines both give all possibilities, > even if they're not distinct. > > > .permutations > ((a b b) (a b b) (b a b) (b b a) (b a b) (b b a)) > > .combinations(2) > ((a b) (a b) (b b)) > > If you

[perl #130477] [BUG][POD] Pod config parses colopairs but simply stringifies whatever it matched

2016-12-31 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130477] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130477 > For example, in the code below, only `:bar` config var would have the correct value. The

Re: [perl #130470] [JVM] Many test failures due to X::Method::NotFound instead of X::Assignment::RO

2016-12-31 Thread Elizabeth Mattijsen
What is the method that isn’t found? Maybe we need to add it for the JVM ? > On 31 Dec 2016, at 19:41, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #130470] > # in the subject

[perl #130470] [JVM] Many test failures due to X::Method::NotFound instead of X::Assignment::RO

2016-12-31 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #130470] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130470 > There are many test failures for rakudo-j because X::Method::NotFound is

Re: [perl #130460] Can we relax indir's test on the target directory?

2016-12-31 Thread Elizabeth Mattijsen
FWIW, I think this is a leftover / half baked thing from the newio branch. > On 30 Dec 2016, at 23:34, Stéphane Payrard wrote: > > Not only .indir default is strange, but the behavior of .chdir it relies on > is weird too. > I would like .chir :$test to support

[perl #130458] [REGRESSION] NFC and NFD objects no longer smartmatch as strings ("7\x[308]".NFD ~~ /^ \d+ $/)

2016-12-31 Thread Christian Bartolomaeus via RT
Unfortunately commit 8d35951 breaks the build on JVM. It dies during stage parse with Error while compiling, type X::Parameter::InvalidType suggestions: () typename: Uni at line 32953, near " $uni) { " in panic (gen/jvm/stage2/NQPHLL.nqp:348) [...] Type Uni is not usable with

[perl #130464] Should the way to set tmpdir from the environment be known to the user?

2016-12-31 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #130464] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130464 > I was looking at how tmpdir does its work so I can explain what people need to do in