I tried it on the 0.5.0 updated this week, with the following results:
[EMAIL PROTECTED] nqp]$ ../../parrot nqp.pbc ~/tmp/blue_rect.pl
Cannot find the attribute 'post' (String) that you asked for.
Method 'named' not found
current instr.: 'parrot;POST::Grammar;_PAST::Op_pirop' pc 4378
(src/POST/Gra
On Nov 23, 1:37 am, [EMAIL PROTECTED] wrote:
> I tried it on the 0.5.0 updated this week, with the following results:
>
> [EMAIL PROTECTED] nqp]$ ../../parrot nqp.pbc ~/tmp/blue_rect.pl
> Cannot find the attribute 'post' (String) that you asked for.
> Method 'named' not found
> current instr.: 'par
I just want to add a reminder here that the whole reason PCT,
PAST-pm, and Tcl use morph in the first place is because Parrot
doesn't provide a usable "replace pmc with clone" opcode, and
using morph+assign is a workaround.
In other words, if a "replace pmc" opcode exists, then morph
suddenly bec
On Fri, Nov 23, 2007 at 01:21:39AM -0800, [EMAIL PROTECTED] wrote:
> On Nov 23, 1:37 am, [EMAIL PROTECTED] wrote:
> > I tried it on the 0.5.0 updated this week, with the following results:
> >
> > [EMAIL PROTECTED] nqp]$ ../../parrot nqp.pbc ~/tmp/blue_rect.pl
> > Cannot find the attribute 'post' (
A better fix is to update pmc_reuse in src/pmc.c so it correctly handles
morphing to object types. See pmc_new in the same file for an example of
instantiating an object from a type ID (by looking up the class object).
As Jonathan started to ponder in his message "Morphing to high level
classes
On Nov 22, 2007 9:03 PM, Joe Sadusk via RT
<[EMAIL PROTECTED]> wrote:
> Reposting this because this is my first patch, and it didn't occur to me
> that if I don't CC perl6-internals, no one would notice it.
>
> It turns out that strerror_r is POSIX only, and windows has the slightly
> different str
Author: allison
Date: Fri Nov 23 03:23:04 2007
New Revision: 22974
Added:
trunk/docs/pdds/pdd25_concurrency.pod
- copied unchanged from r22973,
/trunk/docs/pdds/draft/pdd25_concurrency.pod
Removed:
trunk/docs/pdds/draft/pdd25_concurrency.pod
Log:
[pdd] Launching concurrency PDD out o