t/compilers/pge/p6regex/01-regex.t test 118 needs ICU?

2006-07-23 Thread Bob Rogers
After building Parrot without ICU, 01-regex.t test 118 fails as follows: t/compilers/pge/p6regex/01-regex. # Failed test (t/compilers/pge/p6regex/01-regex.t at line 59) # got: 'no ICU lib loaded # current instr.: 'parrot;PGE::Grammar;_regex_c

Re: PDD 23 Exceptions - ready for implementation

2006-07-23 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Sat, 22 Jul 2006 17:34:45 -0700 Bob Rogers wrote: > Two weeks ago I started writing something I had been thinking about for > a year now, tentatively called "Continuations, Coroutines, And All That: > An informal introduction to cre

Another patch for S02

2006-07-23 Thread Agent Zhang
Hi, all~ Another patch for S02 is given below. (And more patches for S03, S04, ... are coming soon.) Reading Synopses is fun, but finding typos is not so enjoyable. :P Cheers, Agent Index: D:/projects/Perl6-Syn/S02.pod === ---

Patch for S03

2006-07-23 Thread Agent Zhang
Hello, everyone~ Here's my patch for S03. Cheers, Agent Index: D:/projects/Perl6-Syn/S03.pod === --- D:/projects/Perl6-Syn/S03.pod (revision 10373) +++ D:/projects/Perl6-Syn/S03.pod (working copy) @@ -170,7 +170,7

[perl #39913] [BUG] TGE - Can't use } in the transform definitions.

2006-07-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #39913] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39913 > The TGE grammar doesn't deal with embedded }'s: Valid grammars: transform a (b) { # d

Flex Debugging

2006-07-23 Thread Vishal Soni
Hi, Can some one help me with Flex debugging? Previously if I recall correctly the adding %option debug in imcc.l use to spit out debug information to the console. This does not seem to work now. Am I doing something wrong? -Vishal

[perl #39914] [PATCH] Fix Path Quoting in file.t Test

2006-07-23 Thread via RT
# New Ticket Created by Ron Blaschke # Please include the string: [perl #39914] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39914 > Problem: Most of the t/pmc/file.t tests fail because of the Slashing Madness; Win32 like

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

2006-07-23 Thread audreyt
Author: audreyt Date: Sun Jul 23 09:53:58 2006 New Revision: 10380 Modified: doc/trunk/design/syn/S02.pod Log: * S02: Typo fixes from Agent Zhang. Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02

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

2006-07-23 Thread audreyt
Author: audreyt Date: Sun Jul 23 10:24:56 2006 New Revision: 10381 Modified: doc/trunk/design/syn/S03.pod Log: * S03: Apply Agent Zhang's patch as well as some more typo fixes. Modified: doc/trunk/design/syn/S03.pod =

Re: Patch for S03

2006-07-23 Thread Audrey Tang
在 2006/7/23 上午 7:33 時,Agent Zhang 寫到: Hello, everyone~ Here's my patch for S03. Thanks, applied (and the previous one on S02 too)! Audrey PGP.sig Description: This is a digitally signed message part

Re: t/compilers/pge/p6regex/01-regex.t test 118 needs ICU?

2006-07-23 Thread Patrick R. Michaud
On Sat, Jul 22, 2006 at 08:54:36PM -0400, Bob Rogers wrote: Content-Description: message body text >After building Parrot without ICU, 01-regex.t test 118 fails as > follows: > t/compilers/pge/p6regex/01-regex. > # Failed test (t/compilers/pge/p6regex/01-regex.t at line

Re: Flex Debugging

2006-07-23 Thread Leopold Toetsch
Am Sonntag, 23. Juli 2006 18:09 schrieb Vishal Soni: > Hi, > > Can some one help me with Flex debugging? > > Previously if I recall correctly the adding %option debug in imcc.l use > to spit out debug information to the console. This does not seem to work > now. $ info flex sayeth: `-d, --debug,

The Perl 6 summary for the month of April 2006

2006-07-23 Thread Ann Barcomb
Perl 6 Compiler synopses Sean Sieger asked if synopses were publically available. Jonathan Scott Duff and Will Coleda responded with information on read-only access to the archives. first barest-bones Relation implementation committed

Re: Patch for S03

2006-07-23 Thread Agent Zhang
Hi, Audrey~ You seemed to have missed two corrections in my patch to S03 which is now given below. (I know you're preparing for OSCON 2006 and I really don't want to bother you much. :=)) Regards, Agent Index: D:/projects/Perl6-Syn/S03.pod ==