dot/lisp-init.lisp: Don't signal errors on compile failures in SBCL.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Dec 2009 09:29:42 +0000 (09:29 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Dec 2009 09:29:42 +0000 (09:29 +0000)
For some reason, ASDF sets *compile-file-failure-behaviour* to :error
specially on SBCL.  Turn it back to :warn.

dot/lisp-init.lisp

index 8da623d..6624c60 100644 (file)
@@ -20,6 +20,8 @@
     (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)