I found that sometimes ql:quickload
just silently skips serious errors like:
;Compiler warnings for "home:common-lisp;mito-email-auth;src;models.lisp.newest" :
; In SEND-CODE: In the form ("Для входа на сайт [Skazorama.ru](~A), перейдите по [этой ссылке](~A)" URL URL), "Для входа на сайт [Skazorama.ru](~A), перейдите по [этой ссылке](~A)" is not a symbol or lambda expression.
(I forgot to import a macro into the package. This macro should transform the code into something useful).
But when I'm loading this library using asdf:load-system
, an error pops up and is available for debugging.
How do you live with that behavior?