Quicklisp - loading broken packages
Sometimes quicklisp or ultralisp packages are broken. and (ql:quickload :broken) will not work. If you need to edit the package before quickload,
You can run: (ql::ensure-installed (ql::find-system :broken)),
then find it with (ql:where-is-system :broken),
and then edit it and run (ql:quickload :broken)