On Sun, 30 May 2010, Seth Burleigh wrote:

> Here's the problem i found, is it a bug?
>
> Place
> (cffi:defctype Time :unsigned-long)
>
> in any asdf file youre loading. It will produce an error on loading
> after requiring once and then it will load successfully after second
> require.

Possible storyline:
- first load, triggers loading cffi, but not before the reader hits 
defctype
- second load, cffi already fully loaded, defctype already known

Plausible?

- Daniel

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to