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
# 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
Following discussion with particle on Feb 19 2007, these patches and new files
were committed
to trunk in r17061. Ticket may be closed.
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)
++
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
# 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
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
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?).
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
===
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
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
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
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
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
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
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
16 matches
Mail list logo