>> +=item C
>> +
>> +Removes the element at C.
>> +
>> +=cut
>> +
>> +*/
>> +
>> +VTABLE void delete_keyed_int(INTVAL key) {
>> +INTVAL size = PMC_int_val(SELF);
>
> With the use of the set_integer_native entry later, this should probably be:
>
>INTVAL size = SELF.get_integer();
Allison Randal wrote:
> The new Parrot mailing list (replacing perl6-internals/parrot-porters)
> is <[EMAIL PROTECTED]>. If you were subscribed to the old
> list, you're now subscribed to the new list.
That doesn't seem to have worked out quite right. I sent a mail today to
[EMAIL PROTECTED], an
On Sunday 21 September 2008 14:00:59 [EMAIL PROTECTED] wrote:
> Log:
> add delete_keyed_int to resizableintegerarray
>
> --- trunk/src/pmc/resizableintegerarray.pmc (original)
> +++ trunk/src/pmc/resizableintegerarray.pmc Sun Sep 21 14:00:58 2008
> @@ -206,6 +206,24 @@
> mem_sys_m
On Sunday 21 September 2008 03:17:18 [EMAIL PROTECTED] wrote:
> --- branches/pdd27mmd/src/multidispatch.c (original)
> +++ branches/pdd27mmd/src/multidispatch.c Sun Sep 21 03:17:16 2008
> @@ -599,6 +592,7 @@
> #endif
>
> Parrot_pcc_invoke_sub_from_sig_object(interp, sub, sig_ob
Author: tene
Date: Sun Sep 21 01:47:14 2008
New Revision: 31294
Modified:
trunk/docs/pdds/pdd19_pir.pod
Changes in other areas also in this revision:
Modified:
trunk/compilers/bcg/t/BCG.t
trunk/compilers/pct/src/PAST/Compiler.pir
trunk/compilers/pct/src/PCT/HLLCompiler.pir
trunk/la
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #59112]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59112 >
In Parrot r31286:
$ perl t/examples/library.t
1..4
ok 1 - examples/library/getopt_demo.
On Fri Sep 12 10:06:01 2008, [EMAIL PROTECTED] wrote:
> src/library.c (and others?) refer to .past files, which are no longer
> used. remove all references to this filetype from the parrot repo.
> ~jerry
This one should be closeable as of r31284. I tried acking through all
instances of the strin
A better patch that stats the opened file.
That avoids possible race conditions and is faster.
thx to jonathan and NotFound for pointing the shortcomings of the previous
patch.
# now the test pass
ok 3 - slurp() on directories fails
--- ./src/io/io_unix.c.orig 2008-09-19 17:56:19.0
the problematic test is:
slurp("./t")
Unix accepts to open a directory but that leads to problem down the pipe.
This following patch, apparently innocent, should fix the problem by refusing
to open a
directory but it triggers a memory bug.
../../parrot ../../runtime/parrot/library/PGE/Per
Not long ago, Stephen Weeks proclaimed...
> Not long ago, Allison Randal proclaimed...
> > Apologies if my comments on this thread and update to the exceptions PDD
> > weren't clear. The resume continuation should continue to live within
> > the exception object, not be passed as a separate argu
10 matches
Mail list logo