Re: [svn:parrot-pdd] r15628 - trunk/docs/pdds

2006-11-18 Thread rns123
Larry Wall wrote: On Fri, Nov 17, 2006 at 10:07:30AM -0800, chromatic wrote: : On Friday 17 November 2006 07:38, [EMAIL PROTECTED] wrote: : : > -There should be one space between C keywords and following open : > parentheses, : > +There should be one space between C keywords and following : >

pmc2c.pl: Proposed Strategy for Revisions and Testing

2006-11-18 Thread James E Keenan
Friends: Last week I had my first encounter with the Parrot project when I attended the Chicago Perl Hackathon. There Jerry Gay suggested that I work on improving the tests applied to Parrot build/install tools written in Perl 5 -- specifically, tools/build/pmc2c.pl. I devoted the balance o

[perl #40932] [PATCH] languages/abc test harness

2006-11-18 Thread via RT
# New Ticket Created by Nuno Carvalho # Please include the string: [perl #40932] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40932 > Hi all, This patch if for 'languages/abc/t/01-tests.t' and is intended to finish the

[perl #40938] [PATCH] languages/abc test suit

2006-11-18 Thread via RT
# New Ticket Created by Nuno Carvalho # Please include the string: [perl #40938] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40938 > Hiya parrot people, This patch is intended to add new more files to the languages abc

[perl #40939] [PATCH] languages/abc test suit

2006-11-18 Thread via RT
# New Ticket Created by Nuno Carvalho # Please include the string: [perl #40939] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40939 > Hiya parrot people, This patch cleans up (mostly descriptions) and demonstrates the us

Set-returning .keys (was Re: Smart Matching clarification)

2006-11-18 Thread Darren Duncan
At 3:24 AM -0800 11/18/06, Jonathan Lang wrote: Jonathan Lang wrote: Larry Wall wrote: > it seems to me that .keys.sort is > suboptimal if sort has to second-guess the ordering provided by the underlying hash. Not only is it suboptimal, it might not be possible. Sorting depends on cmp ret

Re: [svn:parrot] r15626 - in trunk: . lib/Parrot lib/Parrot/Configure lib/Parse lib/Pod lib/Pod/Simple lib/Test

2006-11-18 Thread Paul Cochrane
On 11/18/06, Nicholas Clark <[EMAIL PROTECTED]> wrote: On Fri, Nov 17, 2006 at 12:49:05AM -0800, [EMAIL PROTECTED] wrote: > Author: paultcochrane > Date: Fri Nov 17 00:49:05 2006 > New Revision: 15626 > > Modified: >trunk/lib/Parse/RecDescent.pm >trunk/lib/Pod/Simple.pm >trunk/lib/Po

[perl #40937] bad links in docs/ROADMAP.pod

2006-11-18 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40937] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40937 > -- Dead: http://feather.perl6.nl/~chip/Chip_APW.sxi -- Dead: http://feather.perl6.n

[perl #40934] [TODO] Tcl - check for open channel in src/builtin/flush.pir

2006-11-18 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #40934] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40934 > >From the comment in the code, it seems that ParrotIO.pmc can't yet handle checking if

Re: [svn:parrot] r15626 - in trunk: . lib/Parrot lib/Parrot/Configure lib/Parse lib/Pod lib/Pod/Simple lib/Test

2006-11-18 Thread Nicholas Clark
On Fri, Nov 17, 2006 at 12:49:05AM -0800, [EMAIL PROTECTED] wrote: > Author: paultcochrane > Date: Fri Nov 17 00:49:05 2006 > New Revision: 15626 > > Modified: >trunk/lib/Parse/RecDescent.pm >trunk/lib/Pod/Simple.pm >trunk/lib/Pod/Simple/PullParser.pm >trunk/lib/Test/Builder.pm >

Re: [svn:parrot] r15653 - in trunk: . docs

2006-11-18 Thread Will Coleda
FYI, http://en.wikipedia.org/wiki/Cow-orker On Nov 18, 2006, at 7:55 AM, [EMAIL PROTECTED] wrote: Author: paultcochrane Date: Sat Nov 18 04:55:48 2006 New Revision: 15653 Modified: trunk/ (props changed) trunk/docs/parrothist.pod Log: [EMAIL PROTECTED]: cochrane | 2006-11-18 13:55:1

[perl #40923] test errors

2006-11-18 Thread via RT
# New Ticket Created by Seth Whelan # Please include the string: [perl #40923] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40923 > I downloaded parrot 0.4.7 and went through the built process as detailed in "doc

Perl segfault in cppcomments.t

2006-11-18 Thread Paul Cochrane
Hi all, I'm getting perl segfaulting on these files when I run t/codingstd/cppcomments.t: #src/ops/core.ops #src/ops/io.ops #src/ops/object.ops #src/ops/pmc.ops #src/ops/set.ops #src/ops/stack.ops #src/ops/string.ops Is anyone else having this problem? The issue see

[perl #40884] [CAGE] update parrothist.pod from email archives

2006-11-18 Thread Paul Cochrane via RT
On Tue Nov 14 14:36:09 2006, chip wrote: > All those cute release names seem to have been lost to history. Please > somebody check the email archives for release announcements and update > docs/parrothist.pod with the names. adTHANKSvance I found some more on Google Groups and added them to par

[perl #40912] [CAGE] Tcl - convert all XXX (#...) comments to the RT#... format

2006-11-18 Thread Paul Cochrane via RT
On Thu Nov 16 14:00:58 2006, [EMAIL PROTECTED] wrote: > The TODO (XXX,FIXME) items which are already associated with an RT > ticket number in tcl need to be changed across to the > easier-to-search-for RT#... format. Done in r15651. Paul

Re: Smart Matching clarification

2006-11-18 Thread Jonathan Lang
Jonathan Lang wrote: Larry Wall wrote: > Jonathan Lang wrote: > : Looking through the table provided, I ran across the following: > : > :$_ $xType of Match ImpliedMatching Code > :== = == > :HashHash hash keys