[perl #41642] [BUG] tailcall with slurpy gives segfault

2007-02-28 Thread Bob Rogers
From: "Mehmet Yavuz Selim Soyturk" (via RT) <[EMAIL PROTECTED]> Date: Wed, 28 Feb 2007 08:54:19 -0800 # New Ticket Created by "Mehmet Yavuz Selim Soyturk" # Please include the string: [perl #41642] # in the subject line of all future correspondence about this issue. # http://

Re: [perl #41617] "make test-pir" fails on x86 linux, r14402

2007-02-28 Thread Eric Hanchrow
> "Audrey" == Audrey Tang <[EMAIL PROTECTED]> writes: Audrey> Thanks, please "svn up" the pugs tree and try again. Same problem with r15386. -- Raffarin said he wants to see secure Internet voting in France by 2009, and he said if he had a homosexual son, he would love him ... -

[svn:perl6-synopsis] r14308 - doc/trunk/design/syn

2007-02-28 Thread larry
Author: larry Date: Wed Feb 28 13:21:47 2007 New Revision: 14308 Modified: doc/trunk/design/syn/S03.pod Log: Distinguish Range's intervalic .min and .max from its directed .from and .to. Modified: doc/trunk/design/syn/S03.pod ==

Re: [perl #41617] "make test-pir" fails on x86 linux, r14402

2007-02-28 Thread Audrey Tang
在 Feb 26, 2007 3:37 AM 時,Eric Hanchrow (via RT) 寫到: # New Ticket Created by Eric Hanchrow # Please include the string: [perl #41617] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41617 > Here's what I did: $ svn co -r144

[svn:perl6-synopsis] r14307 - doc/trunk/design/syn

2007-02-28 Thread larry
Author: larry Date: Wed Feb 28 09:54:41 2007 New Revision: 14307 Modified: doc/trunk/design/syn/S05.pod Log: Deleted obsolete symbol construct Modified: doc/trunk/design/syn/S05.pod == --- doc/trunk/design/syn/S05.po

[perl #41642] [BUG] tailcall with slurpy gives segfault

2007-02-28 Thread Mehmet Yavuz Selim Soyturk
# New Ticket Created by "Mehmet Yavuz Selim Soyturk" # Please include the string: [perl #41642] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41642 > ### ## file tail.pir: .namespace [ 'Wra

[Pynie] Updated grammar: is [not] and [not] in workin

2007-02-28 Thread Klaas-Jan Stol
hi, attached an updated grammar for pynie/python. The PAST stuff is still broken, have to work a bit on that. THis grammar does part of the expression parsing recursive descent, and from comparisons (==, != etc) to the power operator (**) through the operator table. regards, kjs ## $Id: gra

[perl #41637] [PATCH] SMOP; won't compile on MSVC due to declarations not at top of block

2007-02-28 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41637] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41637 > hi, SMOP_class.pmc and smop_attribute.pmc won't compile on microsoft visual studio,

[perl #41636] [PATCH] Updates for PDD06

2007-02-28 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41636] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41636 > hi, attached a patch for pdd06 (pasm). fixing: * change ".sub" into ".pcc_sub"; ".su

[svn:perl6-synopsis] r14306 - doc/trunk/design/syn

2007-02-28 Thread larry
Author: larry Date: Wed Feb 28 07:55:51 2007 New Revision: 14306 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S05.pod doc/trunk/design/syn/S06.pod Log: The old "is context is rw" is now written "is context". The old "is context(Scalar)" is gone; use a macro. Fixed some off

[Pynie] Grammar mostly done, but help needed

2007-02-28 Thread Klaas-Jan Stol
hi, attached my current version of languages/pynie's grammar. I can't get the binary operators "is not" and "not in" working correctly. The problem seems to be that "is parsed()" does not work. When I specify a rule in the is parsed() annotation, and in the rule I emit some message (just calli