# 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
# 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
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 >
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
--- 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
--- 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
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
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
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
# 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
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
=
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
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
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
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.
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
* 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
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
--- 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:
>
>
# 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 **
20 matches
Mail list logo