Re: [perl #39751] unbug - [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-08-04 Thread Jarkko Hietaniemi
Chip Salzenberg via RT wrote: parrot obeys you when you ask it politely to halt and catch fire The test harness should kindly be told about this confusing anomaly I never could get my haikus to work -- Jarkko Hietaniemi [EMAIL PROTECTED] http://www.iki.fi/jhi/ There is this special

[svn:parrot-pdd] r13834 - in trunk: . docs/pdds

2006-08-04 Thread allison
Author: allison Date: Fri Aug 4 00:44:41 2006 New Revision: 13834 Modified: trunk/docs/pdds/pdd21_namespaces.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [pdd]: Standardizing terminology in namespaces PDD, untyped instead of generic.

[svn:parrot-pdd] r13835 - in trunk: . docs/pdds/clip

2006-08-04 Thread allison
Author: allison Date: Fri Aug 4 00:44:48 2006 New Revision: 13835 Modified: trunk/docs/pdds/clip/pdd17_basic_types.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: [pdd]: A partial pass through PDD 17 Basic Types. Notes some questions for general

[perl #40064] [TODO] shootout example testing

2006-08-04 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #40064] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40064 examples/shootout/*.pir is lacking tests. See the explanation of benchmarks and

[perl #40069] [PGE] value can't be used as a rule name.

2006-08-04 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #40069] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40069 --- osname= linux osvers= 2.4.26 arch= i486-linux cc= cc --- Flags:

[perl #40063] [PDD] document subroutine attributes (pdd19_pir.pod)

2006-08-04 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #40063] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40063 Document subroutine attributes :main, :immediate, :init, etc.

[perl #40072] [CAGE] tools/dev/mk_manifest_and_skip.pl requires svn

2006-08-04 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #40072] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40072 svk should also be usable with this tool. The use of the 'svn' binary is hardcoded,

Re: [perl #40069] [PGE] value can't be used as a rule name.

2006-08-04 Thread Patrick R. Michaud
On Fri, Aug 04, 2006 at 01:50:19AM -0700, ambs @ cpan. org wrote: # New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #40069] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40069 If we

svk is generating almost-empty change sets

2006-08-04 Thread Chip Salzenberg
FYI, the change sets you're seeing that have only modifications to the meta info for 'trunk' are being generated by 'svk push', and I don't know why. But they seem harmless enough. -- Chip Salzenberg [EMAIL PROTECTED]

Re: resizablepmcarray, assign.

2006-08-04 Thread Bob Rogers
I finally found the definition of __set (my tagfile-building recipe was deficient), and, on a hunch, made the tweak shown below, with the following result: [EMAIL PROTECTED] ../../parrot tcl.pbc -e 'set a [list a b]; set x $a; set a b; puts $a; puts $x' b a b

Re: Re: resizablepmcarray, assign.

2006-08-04 Thread Matt Diephouse
Bob Rogers [EMAIL PROTECTED] wrote: I finally found the definition of __set (my tagfile-building recipe was deficient), and, on a hunch, made the tweak shown below, with the following result: [EMAIL PROTECTED] ../../parrot tcl.pbc -e 'set a [list a b]; set x $a; set a b; puts $a;