[perl #42333] [TODO]: Eliminate use of English pragma

2007-04-07 Thread James Keenan via RT
Closing ticket.

[perl #42337] [PATCH]: Configure.pl: Refactor list of steps into Parrot::Configure::Step::List

2007-04-07 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #42337] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42337 > This patch transfers one aspect of Configure.pl's functionality -- its listing of the

[perl #42333] [TODO]: Eliminate use of English pragma

2007-04-07 Thread James Keenan via RT
Applied to trunk in r18033. Thanks, Shawn!

inspect and inspect_str from PIR

2007-04-07 Thread Jonathan Worthington
Hi, I've now got the inspect_str and inspect vtable methods implemented for the Class PMC, and the method "attributes", "methods", "roles" and "parents" delegate to inspect_str (and that's testable and working). However, there is no way (unless I'm missing it) in PDD15 to call inspect and in

[perl #42334] PGE compiler faults out "set_integer_keyed() not implemented in class 'Undef'"

2007-04-07 Thread Jim McKim
# New Ticket Created by "Jim McKim" # Please include the string: [perl #42334] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=42334 > --- osname= linux osvers= 2.6.15-gentoo-alt2 arch= x86_64-linux cc= x86_64-pc-linux

[perl #42305] [PATCH]: Configure.pl: Move STDOUT messages to Parrot::Configure::Messages

2007-04-07 Thread James Keenan via RT
Patch committed to trunk in r18027.

Re: Using a Regex object

2007-04-07 Thread Moritz Lenz
Hi, [EMAIL PROTECTED] wrote: > Can someone point me to the docs or code where I can find out how to use > that Regex object (or to the proper list or channel in which to ask)? > I'm hoping the regex is going to contained my named captures. It's in S05: http://perlcabal.org/syn/S05.html#Return_v

Using a Regex object

2007-04-07 Thread philcrow
I'm working on a grammar in Perl 6 to parse Java. I followed the synopsis to get this: my $parse_tree; given $raw_method { $parse_tree = m:keepall/. That seems very good to me. Can someone point me to the docs or code where I can find out how to use that Regex object (or t

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

2007-04-07 Thread kjs
Author: kjs Date: Fri Apr 6 10:18:06 2007 New Revision: 18013 Modified: trunk/docs/pdds/pdd15_objects.pod Log: pdd15: * yet another minor typo: 'instantiatated -> instantiated' Modified: trunk/docs/pdds/pdd15_objects.pod ===

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

2007-04-07 Thread kjs
Author: kjs Date: Fri Apr 6 10:09:26 2007 New Revision: 18011 Modified: trunk/docs/pdds/pdd15_objects.pod Log: pdd15: * fix minor typo (PMCS -> PMCs) * add space to fix inheritance tree of RubyString example. Modified: trunk/docs/pdds/pdd15_objects.pod ===

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

2007-04-07 Thread kjs
Author: kjs Date: Fri Apr 6 09:44:16 2007 New Revision: 18010 Modified: trunk/docs/pdds/pdd15_objects.pod Log: pdd15: * fix typo ('languaes' => 'languages') Modified: trunk/docs/pdds/pdd15_objects.pod == --- trunk/do