RE: [perl #117237] error building rakudo star 2013.02

2013-03-22 Thread James Buster
> Parrot's loadlib directive normally looks in > $prefix/lib/parrot//dynext, so I'm not exactly sure what the problem > is here. > I doubt it's looking only in /usr/lib and /usr/local/lib, as you suggest. > Something else must be at play here. So I understand, perl6 is executing a parrot direc

[perl #117307] [BUG] Sequances with strings go backwards in Rakudo

2013-03-22 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117307] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=117307 > rn: say .[*-1] given "perl" ... { 3 == ++state $ } rakudo 221a95: OUTPUT«perj␤»

ezmlm warning

2013-03-22 Thread perl6-compiler-help
Hi! This is the ezmlm program. I'm managing the perl6-compi...@perl.org mailing list. I'm working for my owner, who can be reached at perl6-compiler-ow...@perl.org. Messages to you from the perl6-compiler mailing list seem to have been bouncing. I've attached a copy of the first bounce message I

Re: [perl #117307] [BUG] Sequances with strings go backwards in Rakudo

2013-03-22 Thread Patrick R. Michaud
On Fri, Mar 22, 2013 at 03:31:57PM -0700, Carl Mäsak wrote: > > rn: say .[*-1] given "perl" ... { 3 == ++state $ } > rakudo 221a95: OUTPUT«perj␤» > ..niecza v24-35-g5c06e28: OUTPUT«pern␤» > * masak submits rakudobug > > I'm just assuming this isn't spec'd behavior. I like Niecza's > semantics