Skip to content

Commit

Permalink
Hush some SBCL compiler notes on driver.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Sep 26, 2013
1 parent 04e998f commit a5aee34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions driver.lisp
Expand Up @@ -18,7 +18,7 @@
(in-package :cl-user)

(eval-when (:compile-toplevel :load-toplevel :execute)
(defparameter *asdf-version-required-by-xcvb* "3.0.1.7")
(defparameter *asdf-version-required-by-xcvb* "3.0.2")
(defvar *asdf-directory*
(merge-pathnames #p"cl/asdf/" (user-homedir-pathname))
"Directory in which your favorite and/or latest version
Expand Down Expand Up @@ -73,7 +73,7 @@ Please install ASDF2 and in your ~~/.swank.lisp specify:
(when *asdf-directory*
(pushnew *asdf-directory* (symbol-value (find-symbol (string :*central-registry*) :asdf))
:test 'equal))
(ignore-errors (funcall (find-symbol (string :operate) :asdf)
(ignore-errors (funcall (fdefinition (find-symbol (string :operate) :asdf))
(find-symbol (string :load-op) :asdf) :asdf :verbose nil))))

;;; If ASDF is too old, punt.
Expand Down

0 comments on commit a5aee34

Please sign in to comment.