Plausible. Seth: can you post on launchpad the error log, and the .asd file, too? Is your code browsable online?
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] Obstacles are those frightful things you see when you take your eyes off your goal. — Henry Ford On 30 May 2010 22:49, Daniel Herring <[email protected]> wrote: > 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
