Re: [svn:parrot] r31324 - trunk/src/pmc

2008-09-21 Thread NotFound
>> +=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();

Re: New Parrot mailing list

2008-09-21 Thread Moritz Lenz
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

Re: [svn:parrot] r31324 - trunk/src/pmc

2008-09-21 Thread chromatic
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

Re: [svn:parrot] r31305 - in branches/pdd27mmd: include/parrot src

2008-09-21 Thread chromatic
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

[svn:parrot-pdd] r31294 - in trunk: compilers/bcg/t compilers/pct/src/PAST compilers/pct/src/PCT docs/pdds languages/APL/src/parser languages/WMLScript languages/WMLScript/src languages/dotnet/build l

2008-09-21 Thread tene
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

[perl #59112] Failing test in t/examples/library.t

2008-09-21 Thread Carl Mäsak
# 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.

[perl #58796] [CAGE] src/library.c (and others?) refer to .past files, which are no longer used

2008-09-21 Thread Christoph Otto via RT
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

[perl #57776] [BUG] PIO_buf_read segfault

2008-09-21 Thread Stephane Payrard via RT
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

[perl #57776] [BUG] PIO_buf_read segfault

2008-09-21 Thread Stephane Payrard via RT
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

Re: throw oddities in pdd23

2008-09-21 Thread Stephen Weeks
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