`(,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))))
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"))