[Openmcl-devel] BUG: incorrect argument type checking in AREF

Eric Marsden eric.marsden at free.fr
Sun Oct 16 23:53:47 PDT 2011


Hi,

,----
| ? (lisp-implementation-version)
| "Version 1.8-dev-r15023M  (LinuxX8664)"
| ? (lambda (a b)
|     (declare (optimize (safety 2)))
|     (aref #3A(((1))
|               ((2))
|               ((3))
|               ((4))
|               (("b")))
|           (the real a) 0 0))
| ;Compiler warnings :
| ;   In an anonymous lambda form at position 0: Unused lexical variable B
| #<Anonymous Function #x302000AF696F>
| ? (funcall * 4 0)
| > Error: Array index #1=#<ARRAY 5x1x1, simple> out of bounds for #1# .
`----

-- 
Eric Marsden




More information about the Openmcl-devel mailing list