Improve ARRAY-RANK transform.
authorStas Boukarev <stassats@gmail.com>
Mon, 18 Nov 2013 11:16:04 +0000 (15:16 +0400)
committerStas Boukarev <stassats@gmail.com>
Mon, 18 Nov 2013 11:16:04 +0000 (15:16 +0400)
commit792668aff416a047bb3df218d448d8660303d1db
treeafc8f064d8c37a1cb4e0563059be68cb72e80a67
parent3b9d0f932481fbc9cf2eabc5bb160452927682b6
Improve ARRAY-RANK transform.

* Don't crash on bad types.
* Delay the transform if the type isn't yet known.

Fixes lp#1252108.
NEWS
src/compiler/array-tran.lisp
tests/compiler.pure.lisp