On Tuesday 01 January 2008 09:00:36 [EMAIL PROTECTED] wrote:
> Modified:
>trunk/t/tools/ops2pmutils/08-sort_ops.t
>
> Log:
> Commenting out TODO block around test for experimental.ops. Test has been
> steadily passing for > 1 month.
Why comment it out? We can revert this checkin if necessar
Author: larry
Date: Tue Jan 1 17:01:32 2008
New Revision: 14477
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarification of off-the-end semantics of KeySet and KeyBag requested by
Limbic~Region++.
Modified: doc/trunk/design/syn/S02.pod
=
Following up on today's Parrotsketch discussion, I have begun a wiki
page whose purpose is to develop a specification for an improved smoke
testing setup for Parrot.
http://www.perlfoundation.org/parrot/index.cgi?rfp_parrot_needs_better_smoke_reports
I invite you to:
-- correct any factual er
James,
I've been seeing this problem off and on for over a month. As you've
noticed, it's rather intermittent, however, when the problem occurs it
persists for up to couple of hours. I've also seen that this is
platform independent, and so guessed that the problem existed at the
server end (mayb
On 31/12/2007, James E Keenan <[EMAIL PROTECTED]> wrote:
> Andy Armstrong wrote:
> > Sorry if I've missed something recent that means that this is expected
> > behaviour but r24318 is hanging during make test on Mac OS 10.5.1 / Intel.
> >
> > The test log and pictures of the process probe are here:
> In the concurrency work I'm about to check in, I have some tests that
> fail intermittently because they test for something like:
>
> But, as we add more asynchronous code, and more asynchronous tests, we'll
> need to do more thinking on our strategies for testing asynchronous code.
>
Would
--- Aaron Trevena <[EMAIL PROTECTED]> wrote:
> running the example at
> http://svn.pugscode.org/pugs/examples/algorithms/hanoi.pl
>
> parrot ~/downloads/parrot-0.5.1/languages/perl6/perl6.pbc hanoi.pl
>
> I get..
>
> Null PMC access in isa()
> current instr.: 'parrot;Perl6Object;make_proto' pc
I love this list. I wish I had more of value to contribute. =o]
But for those of you who don't want to read a long blather, this is
mostly opinion, hopefully sans soapbox. Feel free to skip to the end.
> What's with the sudden influx of people swooping in at the
> last minute and attacking design
On Dec 31, 2007, at 11:57 AM, chromatic wrote:
On Monday 31 December 2007 05:50:47 Allison Randal wrote:
In the concurrency work I'm about to check in, I have some tests that
fail intermittently because they test for something like:
1
alarm1
2
alarm2
3
alarm3
alarm1
alarm3
4
alarm3
alarm3
ala
On Jan 2, 2008 2:54 AM, Ovid <[EMAIL PROTECTED]> wrote:
> --- Aaron Trevena <[EMAIL PROTECTED]> wrote:
>
> > running the example at
> > http://svn.pugscode.org/pugs/examples/algorithms/hanoi.pl
> >
> > parrot ~/downloads/parrot-0.5.1/languages/perl6/perl6.pbc hanoi.pl
> >
> > I get..
> >
> > Null P
On Tue, Jan 01, 2008 at 04:26:29PM -0600, Patrick R. Michaud wrote:
: I'm working on S03 tests, and S03 says:
:
: Perl 6 also supports Str decrement with similar semantics,
: simply by running the cycles the other direction. However,
: leftmost characters are never removed, and the de
On Wed, Jan 02, 2008 at 09:58:21AM +0100, Paul Cochrane wrote:
> I've been seeing this problem off and on for over a month. As you've
> noticed, it's rather intermittent, however, when the problem occurs it
> persists for up to couple of hours. I've also seen that this is
> platform independent,
No problems evident from smoke tests, so I'm resolving this ticket.
Paul Hodges wrote:
> http://perl6.org/doc/design/syn/S02.html still says:
> "Intra-line comments will not be supported in standard Perl"
This is wrong, since S02 also defines intra-line comments, under
"Whitespace and Comments". It calls them 'embedded comments'. You
don't need a 'use' statemen
Author: larry
Date: Wed Jan 2 11:30:16 2008
New Revision: 14478
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
Rationalize migration strategy from Perl 5 to Perl 6 using transitional p5=>
operator
Modified: doc/trunk/design/syn/S03.pod
=
what about "joining" threads, and comparing the output at those points? For
async IO, a join is more or less implemented by a "wait" operation, no? (or
the parrot equivalent for that).
just a thought.
kjs
On Dec 31, 2007 8:57 PM, chromatic <[EMAIL PROTECTED]> wrote:
> On Monday 31 December 2007
On Wednesday 02 January 2008 05:40:35 Cosimo Streppone via RT wrote:
> Thanks for the building process explanation.
> After your changes (r24437) I still have problems building perl6.exe.
> I'm trying to use `nmake perl6'. Two problems here:
>
> 1) The `int8_t' define doesn't work for me. Seems li
After fixing various minor little things, here's where I stand
on Solaris 8/SPARC after the recent changes.
I have not identified any particular common theme. Do these ring any
bells?
Failed TestStat Wstat Total Fail List of Failed
---
# New Ticket Created by Andy Lester
# Please include the string: [perl #49292]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49292 >
The -h should provide a list of help.
--
Andy Lester => [EMAIL PROTECTED] => www.petdanc
# New Ticket Created by Andy Lester
# Please include the string: [perl #49294]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49294 >
perl6 -v should provide a version statement.
--
Andy Lester => [EMAIL PROTECTED] => www.
# New Ticket Created by Andy Lester
# Please include the string: [perl #49296]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=49296 >
perl6 -e"say 'hello world'" should work.
--
Andy Lester => [EMAIL PROTECTED] => www.petd
http://www.parrotcode.org/source.html claims the last dump was done in
Aug 2006. Would someone be willing to update that dump? I'm going to
be on a train tomorrow for 6 hours and would like to be able to do some
work on parrot with version control.
Zev
With the application of patches in r24102 (Dec 19) and r24294 (Dec 30),
the issues raised by Andy Dougherty have been addressed. He reports all
tests are passing. As I have done with other configuration step
classes, I have refactored as much code as possible out of runstep() and
placed it in oth
--- Ovid <[EMAIL PROTECTED]> wrote:
> This line?
>
> my $ndisks := @*ARGS[0] // 3;
>
> I was rather under the impression that perl6 does not yet implement
> @*ARGS. Unfortunately, I not only cannot recall where I read that, I
> don't know where to look to verify that.
Er, just to make me fee
On Wed, Jan 02, 2008 at 08:52:09AM -0800, Larry Wall wrote:
> On Tue, Jan 01, 2008 at 04:26:29PM -0600, Patrick R. Michaud wrote:
> : I'm working on S03 tests, and S03 says:
> :
> : Perl 6 also supports Str decrement with similar semantics,
> : simply by running the cycles the other direc
I've been putting a fair amount of thought into this. Here's what
I've come up with:
Perl 6 has several instances where whitespace is required or forbidden
in order to better facilitate "Do What I Mean" programming: for
instance, by having the presence or absence of whitespace before curly
braces
Allison Randal wrote:
Thanks all for the reports. I see two common trouble spots in hellgrind
and the test output. One is a possible race condition if two threads add
tasks to the concurrency scheduler at exactly the same moment. The other
is the fact that PCC uses globals in the interpreter to
On Wednesday 02 January 2008 08:39:51 [EMAIL PROTECTED] wrote:
> Modified:
>trunk/languages/perl6/ (props changed)
>trunk/languages/perl6/config/makefiles/root.in
>
> Log:
> [perl6]
> - add suffixe .exe on Win32
I'm not sure about this change. None of our other Makefile targets have fi
I was reading Synopsis 4 with regards to multi core programming. It
seems to be infused with a bias towards non-parallel models of
computation. Concurrently appears to be an add-on feature -- whereas we
should have a mindset that explicit sequential constraints are the
add-on feature.
Two sta
Andy Dougherty wrote:
After fixing various minor little things, here's where I stand
on Solaris 8/SPARC after the recent changes.
I have not identified any particular common theme. Do these ring any
bells?
Failed TestStat Wstat Total Fail List of Failed
---
From: "Klaas-Jan Stol" <[EMAIL PROTECTED]>
Date: Wed, 2 Jan 2008 16:16:26 +0100
what about "joining" threads, and comparing the output at those points? For
async IO, a join is more or less implemented by a "wait" operation, no? (or
the parrot equivalent for that).
just a thought
Jonathan Lang wrote:
> How about '~#', meaning something along the lines of "string-like
> comment"? The idea is that the syntax that follows this would conform
> closely to that of string literals (i.e., quotes). We might even
> consider loosening the restrictions on delimiter characters, allowi
On Tue, Jan 01, 2008 at 11:15:57PM -0800, Andy Lester wrote:
> # http://rt.perl.org/rt3/Ticket/Display.html?id=49296 >
>
> perl6 -e"say 'hello world'" should work.
Oddly(?), the question of standard options to Perl 6 implementations
also came up in today's Perl 6 design meeting. I believe Larry
On Tue, Jan 01, 2008 at 11:15:07PM -0800, Andy Lester wrote:
> # http://rt.perl.org/rt3/Ticket/Display.html?id=49292 >
> The -h should provide a list of help.
See also the comments about Perl 6 standard command line options
in RT#49296.
Pm
On Wed Jun 20 16:23:40 2007, pmichaud wrote:
> On Thu, Jun 21, 2007 at 12:08:33AM +0100, Jonathan Worthington wrote:
> > Patrick R.Michaud (via RT) wrote:
> > >The 'setline' opcode doesn't do what I expect it to do, which
> > >is to associate runtime errors with lines in HLL source.
> >
> > Curre
On Tue, Jan 01, 2008 at 11:15:34PM -0800, Andy Lester wrote:
> # New Ticket Created by Andy Lester
> # Please include the string: [perl #49294]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=49294 >
>
> perl6 -v should p
36 matches
Mail list logo