Re: Cross-compiling Parrot

2007-02-27 Thread Allison Randal
Aldo Calpini wrote: Allison Randal ha scritto: We do. Unfortunately we can't rely on Perl 5 for the configure system. It may seem like an easy way to gain cross-compilation in the short term, but in the long term it will hurt us. Miniparrot is the right way to go. It certainly needs work, tho

[perl #41577] docs/ROADMAP.pod refers to python bytecode translator, pie-thon test suite

2007-02-27 Thread Allison Randal via RT
Fixed in r17210.

Re: [PATCH] PDD6 updates

2007-02-27 Thread Allison Randal
Klaas-Jan Stol wrote: Looks good. I'd like to change the $P0 and $P1 to use actual variable names (it's clearer for examples), but I can do that before I apply it tomorrow. yes, good point. I was trying to save lines, but clarity is better. Anyone can, really. I'm happy to apply it thou

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

2007-02-27 Thread allison
Author: allison Date: Tue Feb 27 13:48:38 2007 New Revision: 17209 Modified: trunk/docs/pdds/draft/pdd16_native_call.pod Log: [pdd]: Some cleanups and a callback example for NCI PDD. Klaas-Jan Stol++ Modified: trunk/docs/pdds/draft/pdd16_native_call.pod ==

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

2007-02-27 Thread allison
Author: allison Date: Tue Feb 27 13:45:44 2007 New Revision: 17208 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod Log: [pdd]: Minor text changes to PASM PDD. Modified: trunk/docs/pdds/draft/pdd06_pasm.pod == --- trun

[perl #41634] [TODO] warn and abort make if pbc compatibility has changed

2007-02-27 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41634] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41634 > if pbcs need to be regenerated due to incompatibilities that have been introduced, make sho

[perl #41633] [CAGE] convert handrolled .IMPORT macros with library function

2007-02-27 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41633] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41633 > it seems over time there have been a few handrolled implementations of namespace import mac

Re: [perl #41620] [PATCH] change opcode syntax for label arguments

2007-02-27 Thread James E Keenan
Alek Storm wrote: # New Ticket Created by "Alek Storm" # Please include the string: [perl #41620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41620 > This patch changes the , , and syntax in opcodes to , , and , resp

Re: [perl #41619] [PATCH] add add_attr, rem_attr, and rem_attr_str vtable methods

2007-02-27 Thread James E Keenan
Alek Storm wrote: # New Ticket Created by "Alek Storm" # Please include the string: [perl #41619] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41619 > This patch adds the add_attr, rem_attr, and rem_attr_str vtable meth

Re: [PATCH] Update DEPRECATED.pod

2007-02-27 Thread Allison Randal
Klaas-Jan Stol wrote: hi, attached a patch updating DEPRECATED.pod. it adds the deprecated ops from http://www.parrotcode.org/docs/ops/var.html Thanks, applied in r17206. Allison

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

2007-02-27 Thread allison
Author: allison Date: Tue Feb 27 12:03:56 2007 New Revision: 17205 Modified: trunk/docs/pdds/draft/pdd01_overview.pod Log: [pdd]: Clarify small platform and bytecode translation goals (not for 1.0 release), and remove some "dead end space alien platforms" from target list. jesse++ Modified:

Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-27 Thread François PERRAD
At 16:39 25/02/2007 +0100, Klaas-Jan Stol wrote: hi, most languages that can run in interactive mode have some kind of welcome message and prompt that is printed before the user can give any input. For example, Python prints: Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (

reviewing PDD01 - Overview

2007-02-27 Thread Allison Randal
I've just checked in an updated version of docs/pdds/draft/pdd01_overview.pod for review. A few questions/comments: - The standard parser, bytecode compiler, optimizer, interpreter breakdown has appeared in every overview of Parrot since the dawn of time, but it's awfully vague. I'm redoing th

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

2007-02-27 Thread allison
Author: allison Date: Tue Feb 27 04:00:21 2007 New Revision: 17200 Modified: trunk/docs/pdds/draft/pdd01_overview.pod Log: [pdd]: Update overview PDD to reflect current (and planned) architecture. Modified: trunk/docs/pdds/draft/pdd01_overview.pod