[asdf-devel] Feature Request: Better Error Reporting
Daniel Herring
dherring at tentpost.com
Mon May 31 02:49:11 UTC 2010
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
More information about the asdf-devel
mailing list