minor bug in type= method for arrays of unknown element type
authorNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 7 Jun 2011 17:02:15 +0000 (20:02 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Tue, 7 Jun 2011 17:07:58 +0000 (20:07 +0300)
commit9ca5f2d431133c37793fff74e1ecbd229574222d
treedfebad7bd5240011d2de3920fead27e539dab214
parent26627f70af3ede3610e4092175965e0250456a4d
minor bug in type= method for arrays of unknown element type

 If the type has been specified since our last encounter with it,
 reparsing the previously unknown type specifier can result in TYPE=
 saying NIL, T.

 Hard to provoke without dipping into internals, so no NEWS entry.
src/code/late-type.lisp
tests/type.impure.lisp