Skip to content
Snippets Groups Projects
Commit 26e7aeea authored by pmai's avatar pmai
Browse files

o When created displaced arrays, MAKE-ARRAY (unlike ADJUST-ARRAY)

  didn't check whether the specified element-type was a subtype of the
  array-element-type of the displaced-to array.
o One case in ADJUST-ARRAY didn't check for an array-header before
  calling %array-displaced-p on an array, so that sometimes an array
  element was accessed and checked instead.  Fixed this, and prevented
  ADJUST-ARRAY from shrinking non-adjustable arrays in-place, since
  this can violate naive user expectations for little gain.
parent e87367e4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment