On Oct-22, Steve Fink wrote:
> On Mon, Oct 21, 2002 at 08:05:32PM +0200, Peter Gibbs wrote:
> > The last one looks like a fundamental problem in MultiArray.
> > The line
> >  b->cell_buffer = new_buffer_header(interpreter);
> > in function new_marray is creating a new buffer header, overwriting
> > the new_bufferlike_header created earlier.
> 
> I didn't really read enough of the code to know whether this is doing
> at all the right thing or not, but here's a trial patch that makes the
> test failure go away on my machine, at least. Josef, can you take a
> look? Apply with patch -p0 < multiarray.patch in the parrot directory.

Oops. That patch is missing one s/cell_buffer/buffer/. But the patch
is big enough that I won't spam the list with it again; if you apply
it, you'll need to fix the compile error first.

But really, I just like replying to myself.

Reply via email to