Re: [perl #41607] t/compilers/pge/p5regex/dummy.t failure

2007-02-23 Thread jerry gay
On 2/23/07, via RT James Keenan <[EMAIL PROTECTED]> wrote: # New Ticket Created by James Keenan # Please include the string: [perl #41607] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41607 > Tonight while running 'make t

[perl #41607] t/compilers/pge/p5regex/dummy.t failure

2007-02-23 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41607] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41607 > Tonight while running 'make test' I got errors in 1 test file. Here is the output of

[perl #41455] [NEW] and [PATCH]: tools/build/ops2pm.pl refactored

2007-02-23 Thread James Keenan via RT
Following discussion with particle on Feb 19 2007, these patches and new files were committed to trunk in r17061. Ticket may be closed.

[PATCH] Update DEPRECATED.pod

2007-02-23 Thread Klaas-Jan Stol
hi, attached a patch updating DEPRECATED.pod. it adds the deprecated ops from http://www.parrotcode.org/docs/ops/var.html (ops: store_global and friends) regards, kjs Index: DEPRECATED.pod === --- DEPRECATED.pod (revision 17165) ++

Re: [perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-02-23 Thread jerry gay
On 2/23/07, Klaas-Jan Stol via RT <[EMAIL PROTECTED]> wrote: On Fri Feb 23 11:16:01 2007, particle wrote: > this bug seems to be resolved as of r17163. however, i'm not closing > this ticket until the example code in the original post is added as a test. > ~jerry Attached a patch adding a test t

[perl #41600] [BUG] PMC docs are missing from parrotcode.org

2007-02-23 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41600] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41600 > http://parrotcode.org/docs/pmc/ seems to be missing the documents from src/pmc/*.pmc -- it

Re: [PATCH] languages/PIR update pirgrammar.pod

2007-02-23 Thread chromatic
On Friday 23 February 2007 11:28, Klaas-Jan Stol wrote: > attached an update for languages/PIR/docs/pirgrammar.pod > The document languages/PIR/docs/pirgrammar.html should be removed from > the repository -- don't know how to do this. Then later, we can > generated it via the make file. Patch app

Re: [PATCH] PDD16 NCI update with simple example

2007-02-23 Thread chromatic
On Friday 23 February 2007 05:16, Klaas-Jan Stol wrote: > As a result, I added a simple example to PDD16. I didnt' put too much > work in it (there are many more places that could be improved), because > I didn't know if updating this doc is desirable at this moment (any big > changes pending?).

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

2007-02-23 Thread chromatic
Author: chromatic Date: Fri Feb 23 12:45:02 2007 New Revision: 17164 Modified: trunk/docs/pdds/draft/pdd16_native_call.pod Log: [PDD] Added an NCI invocation example (Klaas-Jan Stol <[EMAIL PROTECTED]>). Modified: trunk/docs/pdds/draft/pdd16_native_call.pod ===

[PATCH] languages/PIR update pirgrammar.pod

2007-02-23 Thread Klaas-Jan Stol
hi, attached an update for languages/PIR/docs/pirgrammar.pod fixing: 0.1.3 * Updated short sub invocation for NCI invocations. * Added an example for |.globalconst|. * Added some remarks at section for Macros. * Added some remarks here and there, and fixe

[perl #40626] [BUG] :vtable fails for subclasses of core classes

2007-02-23 Thread Jerry Gay via RT
this bug seems to be resolved as of r17163. however, i'm not closing this ticket until the example code in the original post is added as a test. ~jerry

Re: [svn:parrot] r17107 - trunk/src/stm

2007-02-23 Thread chromatic
On Thursday 22 February 2007 00:28, you wrote: > chromatic wrote: > >> +if (saved_log_data == NULL) > >> +return; > >> + > >> saved = saved_log_data; > >> mem_sys_free(saved->reads); > >> mem_sys_free(saved->writes); > > I'm not sure this is the right fix; there's litt

Re: Cross-compiling Parrot

2007-02-23 Thread Aldo Calpini
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, though. As you're think

Re: Porting parrot on PDA

2007-02-23 Thread jerry gay
On 2/8/07, Hakim Cassimally <[EMAIL PROTECTED]> wrote: I'm keen to port to maemo (Nokia N800) - I'm guessing this will be easier as it's based on debian linux and uses scratchbox for cross compilation, but I believe it doesn't built out of the box. I'd like to join the porting effort if there's

Re: [svn:parrot] r17107 - trunk/src/stm

2007-02-23 Thread jerry gay
On 2/22/07, Allison Randal <[EMAIL PROTECTED]> wrote: 'mark_extracted' should have the guard added. The same one should work. As intended, it is marking all the read_records and write_records. There just happen to be none to mark. added in r17159, thanks. ~jerry

[PATCH] PDD16 NCI update with simple example

2007-02-23 Thread Klaas-Jan Stol
hi, I've been playing with NCI calls and more fun (embedding a Parrot, that runs a PIR program, which invokes a C function, that then invokes a PIR callback function). As a result, I added a simple example to PDD16. I didnt' put too much work in it (there are many more places that could be i