[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 rakudo-j:

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

2016-12-30 Thread Elizabeth Mattijsen
Fixed with 8d35951 , tests needed > On 30 Dec 2016, at 18:59, Aleks-Daniel Jakimenko-Aleksejev (via RT) > wrote: > > # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev > # Please include the string: [perl #130458] > # in the subject line of all future correspondence about this issue.

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

2016-12-30 Thread via RT
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #130458] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130458 > Code: say "7\x[308]".NFC ~~ /^ \d+ $/ Result (2015.12,2016.10): 「7̈