1.107: Fix another bug in around-compile support.
authorFrancois-Rene Rideau <fare@tunes.org>
Sat, 8 Sep 2012 19:20:40 +0000 (15:20 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Sat, 8 Sep 2012 19:20:40 +0000 (15:20 -0400)
asdf-classes.lisp
asdf-dependency-grovel.asd

index 00574d0..0320733 100644 (file)
@@ -43,7 +43,7 @@
              `(,initarg ,(slot-value comp slot-name)))))
     `(,@(call-next-method)
         ,@(when (asdf::around-compile-hook comp)
-            `(:around-compile ,(escaped-around-compile comp)))
+            `(:around-compile ,(escaped-around-compile-hook comp)))
        `(:encoding ,(component-encoding comp))
         ,@(slot-when-bound 'translated-name :translated-name)
         ,@(slot-when-bound 'translated-pathname :translated-pathname-form))))
index f349d65..2899f32 100644 (file)
@@ -41,7 +41,7 @@ based on which compilation can be parallelized.
 Based on an analysis with form granularity,
 it can output a summary from which you can untangle
 the circularities in your build."
-  :version "1.106"
+  :version "1.107"
   :depends-on ((:version :asdf "2.21")) ;; for :encoding support
   :components ((:file "package")
                (:file "variables" :depends-on ("package"))