Bug 859 : concat/subset screws up object arrays
Last modified: 2008-08-16 15:12




Status:
RESOLVED
Resolution:
DUPLICATE of bug 707
Priority:
P2
Severity:
normal

 

Reporter:
glenn
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-07-30 10:06
i think this might be bug,
when i use concat/subset to delete an element from a regular float array, all works
fine. but when using the same code adapted to an object array it returns messed up
results - this is an example

d=(Dot[])concat(((Dot[])subset(d, 0, 2)) , ((Dot[])subset(d,2+1)));

this produces wrong results(doesnt delete element #2), but if it were a float array it
would be fine.
Additional Comment #1 From glenn 2008-07-30 10:07
by the way, i used arraycopy to get around the problem.
Additional Comment #2 From fry 2008-07-31 14:50
What release are you using? Some of this was fixed in 0136.
Additional Comment #3 From glenn 2008-08-01 00:47
i'm using 135, maybe that what was the peoblem, thanks.
Additional Comment #4 From fry 2008-08-02 10:48
so does it work in 0143?
Additional Comment #5 From glenn 2008-08-03 00:14
haven't had a chance to do a new install, will do so soon and get back to you,
thanks.
Additional Comment #6 From fry 2008-08-16 15:12
no response, marking as a duplicate of the bug fixed in 0136.

*** This bug has been marked as a duplicate of 707 ***