[perl #59660] Storable-2.13 requirement breaks build on OpenSolaris

2008-10-07 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #59660] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59660 Trying to compile today's parrot on an up-to-date version of OpenSolaris:

[perl #59680] Build error: tools/build/ops2pm.pl: Could not mkdir /home/moritz/src/parrot/lib/Parrot/OpLib: File exists!

2008-10-07 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #59680] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59680 I've just updated from r31667 to HEAD (r31745), and ran my usual build incantation:

[perl #59638] [BUG] t/pmc/bigint.t fails on Darwin

2008-10-07 Thread James Keenan via RT
It appears that my original post wasn't CC-ed to the list. On Sun Oct 05 17:58:03 2008, [EMAIL PROTECTED] wrote: Full report: http://smolder.plusthree.com/app/public_projects/ report_details/5872 Platform: darwin Architecture: ppc Compiler: /usr/bin/gcc DEVEL: -devel Optimize: none

Re: [perl #59576] [PATCH] 'property' scope for PAST::Var

2008-10-07 Thread Klaas-Jan Stol
On Fri, Oct 3, 2008 at 2:23 PM, I Sop [EMAIL PROTECTED] wrote: From: Patrick R. Michaud via RT [EMAIL PROTECTED] Subject: Re: [perl #59576] [PATCH] 'property' scope for PAST::Var To: [EMAIL PROTECTED] Date: Friday, October 3, 2008, 12:31 PM On Thu, Oct 02, 2008 at 02:16:01PM -0700, I

Re: [perl #44457] [TODO] make sure files match test files for DYNPMCs and DYNOPs etc

2008-10-07 Thread Igor
--- El mar 30-sep-08, Christoph Otto [EMAIL PROTECTED] escribió: De:: Christoph Otto [EMAIL PROTECTED] Asunto: Re: [perl #44457] [TODO] make sure files match test files for DYNPMCs and DYNOPs etc A: Igor ; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Fecha: martes, 30 septiembre, 2008, 5:49 am Igor

[svn:parrot-pdd] r31755 - trunk/docs/pdds/draft

2008-10-07 Thread allison
Author: allison Date: Tue Oct 7 08:04:35 2008 New Revision: 31755 Modified: trunk/docs/pdds/draft/pdd01_overview.pod Log: [pdd] New introduction for Overview PDD. Modified: trunk/docs/pdds/draft/pdd01_overview.pod

Re: [perl #59630] [BUG] Complex subtraction fails for subclasses of Complex

2008-10-07 Thread Patrick R. Michaud
Just for the record, I went ahead and added a version of my test script in this ticket to the test suite (t/pmc/complex.t). (The test still fails as of r31755, let me know if it should be marked 'todo'.) Thanks, Pm

Re: [perl #59658] Build failure in src/pmc/float.c -- non-constant intiializer

2008-10-07 Thread jerry gay
On Mon, Oct 6, 2008 at 12:00 PM, via RT Andy Dougherty [EMAIL PROTECTED] wrote: # New Ticket Created by Andy Dougherty # Please include the string: [perl #59658] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59658

[perl #59658] Build failure in src/pmc/float.c -- non-constant intiializer

2008-10-07 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #59658] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59658 Trying to compile today's parrot on: SunOS xxx 5.8 Generic_117350-02 sun4u

Re: New Parrot mailing list

2008-10-07 Thread Igor
--- El vie 19-sep-08, Allison Randal [EMAIL PROTECTED] escribió: De:: Allison Randal [EMAIL PROTECTED] Asunto: Re: New Parrot mailing list A: Andy Dougherty [EMAIL PROTECTED] Cc: Perl6 Internals perl6-internals@perl.org Fecha: viernes, 19 septiembre, 2008, 2:33 pm Andy Dougherty wrote: I use

[perl #59704] [BUG] Integer pow vtable promotes to float.

2008-10-07 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #59704] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59704 .sub main :main $P1 = new 'Integer' $P1 = 2 $P2 = new 'Integer' $P2 = 3 $P3 =