Skip to content
Snippets Groups Projects
Commit 76ec11df authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.107: Fix another bug in around-compile support.

parent 1d5d5ecb
No related branches found
No related tags found
No related merge requests found
......@@ -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))))
......@@ -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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment