19 Jan
2013
19 Jan
'13
5:22 p.m.
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, -- Luís Oliveira http://r42.eu/~luis/