Navigation Menu

Skip to content

Commit

Permalink
Update "required" version of ASDF to 2.26.
Browse files Browse the repository at this point in the history
No Quicklisp feature depends on any recent ASDF2 feature, so if this
causes a problem it is likely to be reverted.
  • Loading branch information
xach committed Nov 26, 2012
1 parent b27d1f6 commit 0d38ac0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.lisp
Expand Up @@ -23,14 +23,16 @@
;;; ASDF is a hard requirement of quicklisp. Make sure it's either
;;; already loaded or load it from quicklisp's bundled version.

(defvar *required-asdf-version* "2.011")
(defvar *required-asdf-version* "2.26")

;;; Put ASDF's fasls in a separate directory

(defun implementation-signature ()
"Return a string suitable for discriminating different
implementations, or similar implementations with possibly-incompatible
FASLs."
;; XXX Will this have problems with stuff like threads vs
;; non-threads fasls?
(let ((*print-pretty* nil))
(format nil "lisp-implementation-type: ~A~%~
lisp-implementation-version: ~A~%~
Expand Down

0 comments on commit 0d38ac0

Please sign in to comment.