push_integer() not implemented in class 'FixedPMCArray'

2009-09-07 Thread Jonathan Leto
Howdy, Should one be able to push up to a fixed number of elements onto a FixedPMCArray? For example, should the following code put a number in the first slot of $P0? new $P0, 'FixedPMCArray' $P0 = 5 push $P0, 42 Currently it throws the exception message in the subject. Cheers, -- Jonathan

use of opcode load_language

2009-09-07 Thread François Perrad
I've refactored the language WMLScript with the opcode load_language. That's work fine for dynops & dynpmc. But when I load the runtime standard libraries (in src/wmlsstdlibs.pir), I always need the prefix 'library' in the path .sub 'load_stdlibs' load_bytecode 'library/wmlslang.pbc' load

Re: SVN Problems

2009-09-07 Thread Jesse Taylor
I did some Googling, and several sites suggested that it might be the Apache DAV module for SVN (mod_dav_svn) -- I quote: So someone smarter than I continued where I left off and discovered that I was mostly right, there was a memory leak. But when I had tumbled off to get sleep, exhausted, he so

Re: [Parrot] #744: GC Segfault with steme and rakudo

2009-09-07 Thread Parrot
#744: GC Segfault with steme and rakudo -+-- Reporter: tene | Owner: chromatic Type: bug | Status: new Priority: normal | Milestone: Component: hll_interop |