1.0.24.36: don't print the array object when reporting index out of bounds
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 12 Jan 2009 11:26:42 +0000 (11:26 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 12 Jan 2009 11:26:42 +0000 (11:26 +0000)
commitee3f2e0351674dde7229afdcccfcfaf8ce5b112e
tree078aa6b59a33ae59f85fa9fd63d2272f71c15041
parentd95f1e6476aa63695e018a7769a1ae9e002fca36
1.0.24.36: don't print the array object when reporting index out of bounds

 * Report the type of the array instead, and encapsulate the array object in the
   condition object so that it can still be inspected manually.

 * Suggested by Stas Boukarev.
package-data-list.lisp-expr
src/code/array.lisp
src/code/condition.lisp
src/code/interr.lisp
tests/array.pure.lisp
version.lisp-expr