On Sat, Jul 23, 2016 at 10:48:40AM -0700, Aaron Sherman wrote:
> $ perl6 -e 'for 0..0x -> $i { say $i if $i %% 100; my $c = try {
> :16(uniprop($i.chr, "Bidi_Mirroring_Glyph")).chr }; say "{$i.fmt("%04x")}:
> {$i.chr} ~ $c" if $c.defined}'
> 0
> 100
> 200
> 300
> 400
> 500
> 600
> 700
> 800
>
# New Ticket Created by Aaron Sherman
# Please include the string: [perl #128705]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=128705 >
On rakudo version 2016-04 and also the current m: bot version on IRC, this
code segfault