On Fri Aug 14 06:53:05 2009, masak wrote: > $ svn info # Parrot > [...] > Revision: 40543 > > $ git show # Rakudo > commit 0d4fe08d2e6f249211a33a8f9b122599fadbe862 > > $ perl6 -e 'my $x = "\x[5ea]\x[5ea]"; $x++; say $x.perl' > no ICU lib loaded > in Main (<unknown>:1) > > $ perl6 -e 'my $x = "\x[5ea]\x[5ea]"; $x++; say try { $x.perl }' > Null PMC access in type() > in Main (<unknown>:1) > > $ perl6 -e 'my $x = "\x[5ea]\x[5ea]"; $x++; my $y = try { $x.perl }' > Null PMC access in isa() > in Main (<unknown>:1)
It would be helpful if someone (not necessarily the original poster) provided a recipe to build a perl6 without ICU so this bug can be tested against a recent version. -- Will "Coke" Coleda