Skip to content

Instantly share code, notes, and snippets.

@svetlyak40wt
Created September 6, 2018 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svetlyak40wt/3af3b4db094c284e5e0ee931f56a9f3a to your computer and use it in GitHub Desktop.
Save svetlyak40wt/3af3b4db094c284e5e0ee931f56a9f3a to your computer and use it in GitHub Desktop.
sample-ql-and-asdf-output
CL-USER> (asdf:load-system :mito-email-auth/models :force t)
;Compiler warnings for "home:common-lisp;mito-email-auth;src;models.lisp.newest" :
; In MITO-EMAIL-AUTH/MODELS::AUTHENTICATE: Undefined function MITO-EMAIL-AUTH/MODELS::GET-USER-BY-EMAIL
; In MITO-EMAIL-AUTH/MODELS::SEND-CODE: Undefined function MITO-EMAIL-AUTH/MODELS::MAKE-URI
T
CL-USER> (ql:quickload :mito-email-auth/models)
To load "mito-email-auth/models":
Load 1 ASDF system:
mito-email-auth/models
; Loading "mito-email-auth/models"
(:MITO-EMAIL-AUTH/MODELS)
CL-USER> (ql:quickload :mito-email-auth/models :verbose t)
To load "mito-email-auth/models":
Load 1 ASDF system:
mito-email-auth/models
; Loading "mito-email-auth/models"
(:MITO-EMAIL-AUTH/MODELS)
CL-USER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment