Re: [perl #60926] [BUG] t/compilers/imcc/syn/macro.t 'unterminated macro 2' fails on Darwin PPC

2008-11-29 Thread chromatic
On Saturday 29 November 2008 20:09:50 James Keenan via RT wrote: > Failure observed in r33324. So that narrows range to 33321-33324, > inclusive. If you're continuing to bisect to the offending patch, you don't need to update the ticket with ranges is useful. If you can't narrow it down furthe

[perl #60926] [BUG] t/compilers/imcc/syn/macro.t 'unterminated macro 2' fails on Darwin PPC

2008-11-29 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #60926] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60926 > This test has recently begun to fail on Darwin/PPC. (It continues to pass for me on L

Re: [perl #37760] [CAGE] [C] imcc - item lists

2008-11-29 Thread Andrew Whitworth
On Sat, Nov 29, 2008 at 1:37 PM, Klaas-Jan Stol via RT <[EMAIL PROTECTED]> wrote: > On Wed Jul 02 22:50:45 2008, [EMAIL PROTECTED] wrote: >> This is a good, bite-sized task for Whiteknight. > > I wonder whether doing macro-magic for this improves readability of the > code; it's hard as it is withou

Re: [perl #57410] [TODO] syntactic sugar for named arguments: "key" => value - Add to PDD19 or deprecate

2008-11-29 Thread Andrew Whitworth
On Sat, Nov 29, 2008 at 1:54 PM, Klaas-Jan Stol via RT <[EMAIL PROTECTED]> wrote: > Should we keep the syntax: > > .param int "answer" => a > > ? > > I propose to remove it; it's not been documented, and it doesn't add > particularly to readability IMHO (the argument-side using arrows, OTOH, > is u

Re: [perl #39329] [CAGE] Check to make sure PMC_str_val, etc. are used appropriately

2008-11-29 Thread chromatic
On Saturday 29 November 2008 15:25:52 Klaas-Jan Stol via RT wrote: > I think this issue was related to the old MMD system. If so, then I > suspect this ticket can be closed. The example given was, but the underlying idea isn't. > Please have a look at this issue, and close it/let know whether it

Re: grammar question

2008-11-29 Thread Carl Mäsak
Patrick (>), Илья (>>): >> grammar G { >> token TOP { ^ + $ }; >> token foo { ':' ? }; >> token bar { \w }; >> }; >> >> ":a:b" ~~ G::TOP; >> >> say ~$/; #:a >> >> # why ':a'? why not just 'a'? > > $/ is an array of Match objects, and Parrot currently > doesn't distinguish between array

Re: grammar question

2008-11-29 Thread Patrick R. Michaud
On Sat, Nov 29, 2008 at 05:57:07PM +1000, Илья wrote: > Hi there, > I have tried to fix our HTML::Template in November which is blocked by > Rakudo segaful. > I was trying to create simple example, but can`t reproduce it. By the > way now I have short > example(much shorter then when I start), and

Re: [perl #48631] [RFE] oo - allow :method to also enter sub in namespace

2008-11-29 Thread Kevin Tew
reject, there is a new ticket Klaas-Jan Stol via RT wrote: On Fri Dec 21 07:31:46 2007, pmichaud wrote: Kevin Tew started investigating this ticket, and he discovered that :method subs are already being placed as entries in the namespace by default, which is the behavior I was looking for.

[svn:parrot-pdd] r33348 - trunk/docs/pdds

2008-11-29 Thread kjs
Author: kjs Date: Sat Nov 29 10:21:48 2008 New Revision: 33348 Modified: trunk/docs/pdds/pdd19_pir.pod Log: [pdd19] clean up deprecations. Modified: trunk/docs/pdds/pdd19_pir.pod == --- trunk/docs/pdds/pdd19_pir.pod

Re: Compile with ftree-parallelize-loops?

2008-11-29 Thread Leon Timmermans
This is a list for users of the Perl 6 programming language. You're in the wrong place. I'd guess you should ask at the gentoo-perl mailing list. Regards, Leon Timmermans On Sat, Nov 29, 2008 at 6:16 PM, Ranguvar Foeseeker <[EMAIL PROTECTED]> wrote: > Hello, > > I recently ran into some trouble

Compile with ftree-parallelize-loops?

2008-11-29 Thread Ranguvar Foeseeker
Hello, I recently ran into some trouble using the CFLAG "ftree-parallelize-loops=4" to compile libperl 5.8.8-r2 (Gentoo Linux): http://bugs.gentoo.org/show_bug.cgi?id=249234 I wanted to make sure this flag is at least semi-sane for libperl? Thanks! -- Ranguvar Foeseeker LLP Insanity FAEAA

grammar question

2008-11-29 Thread Илья
Hi there, I have tried to fix our HTML::Template in November which is blocked by Rakudo segaful. I was trying to create simple example, but can`t reproduce it. By the way now I have short example(much shorter then when I start), and I have questions about it: grammar G { token TOP { ^ + $ };

[perl #60908] semi-colon required in some cases

2008-11-29 Thread Slavik Goltser
# New Ticket Created by "Slavik Goltser" # Please include the string: [perl #60908] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60908 > if there is a grammar definition followed by an if statement, even if there are newl