Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#28 closed defect (fixed)

Adjustable array not adjustable

Reported by: ehuelsmann Owned by: somebody
Priority: major Milestone:
Component: other Version:
Keywords: Cc:
Parent Tickets:

Description

Alex Mizrahi writes:

if multidimensional array is created as non-adjustable, it can be adjusted
(new array is created).

if multidimensional array is created as adjustable, it cannot be adjusted:
adjust-array signals "ADJUST-ARRAY: unsupported case." error.

for one dimensional array (vector) all is well.

while i understand that this is probably just feature missing, this appears
to be weird: if you want array to become adjustable, it becomes not.

Change History (2)

comment:1 Changed 15 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

Fixed in r11557.

comment:2 Changed 15 years ago by ehuelsmann

Additional fix was required. See r11560.

Note: See TracTickets for help on using tickets.