On Sat, Jan 19, 2013 at 6:25 AM, CRLF0710 crlf0710@gmail.com wrote:
#1 In src/types.lisp there is following code in function MEM-REF: .... (if (aggregatep parsed-type) (if (bare-struct-type-p parsed-type) .... and its compiler macro has similiar code. However, the gf bare-struct-type-p has no method for foreign-array-type whose objects will obviously pass the aggregatep test. So it breaks some code (on ccl).
That's definitely sounds like a bug. Can you open an issue on github?
Cheers,