Re: missing methods

Dan Sommers <[email protected]> Fri, 3 Apr 2026 06:02:56 -0400
Newsgroups gmane.lisp.steel-bank.general
Message-ID <ac-QUKEEvp2Nd6x_@spot>
On 2026-04-03 at 05:35:54 -0400,
Christopher Stacy <[email protected]> wrote:

> =A0 Here are the results of my latest attempt at testing this.

It's frustrating that you won't share any actual code, compiler
messages, tracebacks, session logs, or anything else.  See also
<https://www.catb.org/esr/faqs/smart-questions.html> and/or
<https://www.sscce.org/>.

What you're describing smells like a race condition.  Does your
DEFSYSTEM form specify the dependencies between components?  Does it
include :serial t?  Are you implicitly depending on the concurrency
deities to work things out for you?