chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
941c29b
)
dot/lisp-init.lisp: Don't signal errors on compile failures in SBCL.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 7 Dec 2009 09:29:42 +0000
(09:29 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 8da623d5e28f474e6a5906257a3f23835eca6366..6624c60c9407768a0b19e554e18304aba0a516b3 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-20,6
+20,8
@@
(defun mdw-hacks:crank-swank (&rest #1=#:args)
(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)