07.07.2012, 15:40, "Anton Vodonosov" avodonosov@yandex.ru:
Hello.
I have a local project, it's ASDF system specifies :depends-on (#:fiveam ...)
The recent quicklisp delivers new version of fiveam. But when my program performed asdf:load-op on that system, the system didn't get recompiled, and old .fasl files are loaded (with error, because they become incompatible).
Is it expected behaviour of ASDF or should I dig more and isolate the problem in reproducible test case?
BTW, maybe it is important: fiveam was already loaded at the time asdf:load-op was performed on my system.