[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59660 > Trying to compile today's parrot on an up-to-date version of OpenSolaris: SunOS x

[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. # 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: $ ma

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. > # http://rt.perl.org/rt3/Ticket/Display.html?id=59658 >

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:01P

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 a

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 a

November, current state (Re: [november] Stackoverflow.com Perl 6 threads of interest)

2008-10-07 Thread Carl Mäsak
Conrad (>): > http://stackoverflow.com/questions/170268/what-features-of-perl6-are-you-the-most-excited-about > > (Of course I added "NOVEMBER" to the list of answers.) Heartfelt thanks for that. That is, indeed, a creative way to interpret the term "feature of Perl 6". :) You also writ

RE: Practical Considerations --> Perl 6 Marketplace (Perl 6 wiki)

2008-10-07 Thread Conrad Schneiker
Just wanted to everyone's attention to this section of the official Perl 6 wiki: http://www.perlfoundation.org/perl6/index.cgi?perl_6_marketplace Hopefully Jerry will want to add an entry now. Hopefully Elyse will want to add one soon. Best regards, Conrad Schneiker www.AthenaLab.com Offi

Stackoverflow.com Perl 6 threads of interest

2008-10-07 Thread Conrad Schneiker
Thought some of you might find this interesting For newbies, here's the "About" page for Stackoverflow.com: http://stackoverflow.com/about Page showing questions that are tagged "perl6" http://stackoverflow.com/questions/tagged/perl6 Perl 6 threads of interest (the

[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. # 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 sparc S

[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

[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: n

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

2008-10-07 Thread Moritz Lenz
TSa wrote: > HaloO, > > Larry Wall wrote: >> The operator iterates each function until the function fails to >> produce any list elements > > What is the list type these days? It used to be List for writeable > lists and Seq for readonly ones. Array = mutable List = immutable, lazy Seq = imm

Re: Stackoverflow.com Perl 6 threads of interest

2008-10-07 Thread Larry Wall
By the by, I don't know what you're using to send mail, but it's a bit difficult to extract URIs from your message when most of them are broken by autowrapping. This will be a more frequent problem as long as the average length of URIs in the world is growing, so it's probably worth dealing with.

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

2008-10-07 Thread TSa
HaloO, Larry Wall wrote: The operator iterates each function until the function fails to produce any list elements What is the list type these days? It used to be List for writeable lists and Seq for readonly ones. But isn't the latter superseded by Capture? I would think it handy to have

Re: Stackoverflow.com Perl 6 threads of interest

2008-10-07 Thread Aristotle Pagaltzis
* Larry Wall <[EMAIL PROTECTED]> [2008-10-07 18:10]: > Anyway, my mailer is not smart enough to intuit that the next > line should be glued to the previous, and arguably if it were > smart enough, it would be making unwarranted guesses anyway, > since there's really no way of knowing for sure, apar

RE: Stackoverflow.com Perl 6 threads of interest

2008-10-07 Thread Conrad Schneiker
Larry wrote: > By the by, I don't know what you're using to send mail, but it's a > bit difficult to extract URIs from your message when most of them are > broken by autowrapping. This will be a more frequent problem as long > as the average length of URIs in the world is growing, so it's probabl

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" <[EMAIL PROTECTED]> Fecha: viernes, 19 septiembre, 2008, 2:33 pm Andy Dougherty wrote: > >

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59704 > .sub main :main $P1 = new 'Integer' $P1 = 2 $P2 = new 'Integer' $P2 = 3 $P3 = $P1 **