Closed quicklisp closed 6 years ago
http://report.quicklisp.org/2018-03-13/failure-report/overlord.html#overlord has the build log.
It looks like overlord is using (defunit name docstring) but current serapeum in git only supports (defunit name).
(defunit name docstring)
(defunit name)
I forgot to push to Serapeum. This should be fixed now.
http://report.quicklisp.org/2018-03-13/failure-report/overlord.html#overlord has the build log.
It looks like overlord is using
(defunit name docstring)
but current serapeum in git only supports(defunit name)
.