Re: [perl #117683] [OS X] LINE FEED (LF) unrecognized

2013-04-20 Thread Will Coleda
Also missing & causing test failures. NULL CHARACTER TABULATION On Sat, Apr 20, 2013 at 11:13 PM, Will Coleda wrote: > Tried again with latest version from macports: > > % icuinfo | ack version > > 49.1.2 > 6.1 > 21.0 > 2012c > > Same failure. > > > > On Sat, Apr 20, 2013 at

[perl #117685] IO.accessed failures on [OS X]

2013-04-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #117685] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117685 > Failures in t/spec/S16-filehandles/filestat.t not ok 6 - IO.accessed should NOT b

Re: [perl #117683] [OS X] LINE FEED (LF) unrecognized

2013-04-20 Thread Will Coleda
Tried again with latest version from macports: % icuinfo | ack version 49.1.2 6.1 21.0 2012c Same failure. On Sat, Apr 20, 2013 at 10:12 PM, Patrick R. Michaud wrote: > On Sat, Apr 20, 2013 at 07:05:25PM -0700, Will Coleda wrote: > > This seems to be an OS X only error: > > >

Re: [perl #117683] [OS X] LINE FEED (LF) unrecognized

2013-04-20 Thread Patrick R. Michaud
On Sat, Apr 20, 2013 at 07:05:25PM -0700, Will Coleda wrote: > This seems to be an OS X only error: > > ./perl6 -e 'say "\c[LINE FEED (LF)]"' > ===SORRY!=== > Unrecognized character name LINE FEED (LF) > at -e:1 > > but: > > ./perl6 -e 'say "\c[COLON]"' > : What version of icu? Pm

[perl #117683] [OS X] LINE FEED (LF) unrecognized

2013-04-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #117683] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117683 > This seems to be an OS X only error: ./perl6 -e 'say "\c[LINE FEED (LF)]"' ===SOR

[perl #117681] .WHAT.perl on objects with a curried rule doesn't show type

2013-04-20 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #117681] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117681 > from integration/advent2009-day18.t - role Cup[::Contents] { } class EggNog { }