Fix the call to coerce in dump-vector to use a type that is a recognizale
subtype of vector, i.e. from simple-array to (simple-array <elem-type> (*)). This change was necessitated by recent fixes to coerce, to bring it in line with the ANSI standard. This fixes dumping of non-simple vectors, as reported on cmucl-help, see also the Entomotomy bug dumping-of-non-simple-vectors-fails.
Loading
Please register or sign in to comment