0.9.3.39: TYPE-ERROR fun
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Thu, 11 Aug 2005 01:07:44 +0000 (01:07 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Thu, 11 Aug 2005 01:07:44 +0000 (01:07 +0000)
commitbe2e8599a25b1a21fac40d963ec71820b74cf3f3
tree9c5b586b74cacb4a9e2d56dd3b812f0ec54777ed
parent881c3a215e3a82faf928265f8606f940f3e44e1e
0.9.3.39: TYPE-ERROR fun

* Fix an obvious FIXME involving the expected type in a type error
  thrown by MAP when the passed type specifier is not a subtype of
  LIST or VECTOR. The expected-type cell was previously SEQUENCE, and
  it's very likely that a type specifier is of that type :-)

* DISASSEMBLE should throw a TYPE-ERROR when the argument does not
  name a function, not a SIMPLE-ERROR.
src/code/seq.lisp
src/compiler/srctran.lisp
src/compiler/target-disassem.lisp
version.lisp-expr