method-combination-utilities
method-combination-utilities copied to clipboard
Various utilities to make use and creation of custom method combinations easier.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sellout/method-combination-utilities). ## Config Migration Needed - [ ]...
Please consider adding :description, :author and :license information to your ASDF system. This will greatly help Quicklisp users and make it easier for them to report bugs. More information: http://blog.quicklisp.org/2015/05/looking-for-more-metadata.html...
(method-combination-utilities:method-combination-expand (print-object 1 t)) From what I can see the problem is that `(defun method-combination-expander-function (method-combination)`` returns nil ``` The function COMMON-LISP:NIL is undefined. [Condition of type UNDEFINED-FUNCTION] ```