[perl #130745] Can't smart match string Range's with strings on left and numbers on right";

2017-02-08 Thread via RT
# New Ticket Created by Samantha McVey # Please include the string: [perl #130745] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130745 > Failing roast test in /S03-smartmatch/range-range.t ok '0'..'3' ~~ 0..9, "Can smart ma

Re: [perl #127925] [BUG] Unicode handling on Windows command line

2017-02-08 Thread A. Sinan Unur
See also https://github.com/MoarVM/MoarVM/issues/527

[perl #130745] Can't smart match string Range's with strings on left and numbers on right";

2017-02-08 Thread Zoffix Znet via RT
All of the Range ~~ Range stuff is now fixed in https://github.com/rakudo/rakudo/commit/8477f3b6b0 and tested in https://github.com/perl6/roast/commit/e152a0ff3a37ef56c4c68af09421b47d5ad9d93c https://github.com/perl6/roast/commit/3688301754e46a8b3afdbfad4e73c377e592e339 https://github.com/perl6/r

[perl #124661] [JVM] Roast rakudo skip/todo test:./S06-other/pairs-as-lvalues.t line:11 reason: Flattening named argument must have VMHash REPR

2017-02-08 Thread Christian Bartolomaeus via RT
The test in question does not die anymore on JVM. The test does not pass yet (its fudged 'todo' for all backends), but it fails the same way as it does on MoarVM. There is https://rt.perl.org/Ticket/Display.html?id=124660 for that failure. I'm closing this ticket as 'resolved'.

[perl #130748] [BUG] weird error when accessing an attribute from a "where" of another attribute

2017-02-08 Thread via RT
# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #130748] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130748 > I’m getting a "VMNull type object” error when I try to access an attribute fr