For some reason, ASDF sets *compile-file-failure-behaviour* to :error
specially on SBCL. Turn it back to :warn.
(set (find-symbol "*GLOBAL-DEBUGGER*" #2#) nil)
(apply (find-symbol "CREATE-SERVER" #2#) #1#)))
(set (find-symbol "*GLOBAL-DEBUGGER*" #2#) nil)
(apply (find-symbol "CREATE-SERVER" #2#) #1#)))
+#+asdf (setf asdf:*compile-file-failure-behaviour* :warn)
+
;; Done.
(pushnew :mdw *features*)
;;#+(and cmu mp) (mp::startup-idle-and-top-level-loops)
;; Done.
(pushnew :mdw *features*)
;;#+(and cmu mp) (mp::startup-idle-and-top-level-loops)