# 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
See also https://github.com/MoarVM/MoarVM/issues/527
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
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'.
# 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