missing methods

Christopher Stacy <[email protected]> Wed, 1 Apr 2026 04:24:51 -0400
Newsgroups gmane.lisp.steel-bank.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============7419819811614391312==
Content-Type: multipart/alternative;
 boundary="------------yNrFIICfMwevRpPlOE0yOMZY"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------yNrFIICfMwevRpPlOE0yOMZY
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

SBCL 2.4.6 on Mac x86.

I defined some methods, and ASDF appears to be compiling and loading 
that file just fine. Everything else in there appears to be working. But 
when I call the gf, I get a No Applicable Method error. If I then go 
into slime and manually recompile the defmethod, it is fixed and works 
from then on.

These are ordinary methods. One is just the class, the other specializes 
on CONSP. They both are missing, but compiling them with 
slime-compile-region-or-defun brings them into existence.

At no point are there any compilation errors.

I tried moving the definitions into other files in other orders in the 
system, but that didn't do anything.

What could I possibly be doing wrong here?


--------------yNrFIICfMwevRpPlOE0yOMZY
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit

<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font size="4">SBCL 2.4.6 on Mac x86.</font></p>
    <p><font size="4">I defined some methods, and ASDF appears to be
        compiling and loading that file just fine. Everything else in
        there appears to be working. But when I call the gf, I get a No
        Applicable Method error. If I then go into slime and manually
        recompile the defmethod, it is fixed and works from then on.</font></p>
    <p><font size="4">These are ordinary methods. One is just the class,
        the other specializes on CONSP. They both are missing, but
        compiling them with slime-compile-region-or-defun brings them
        into existence.</font></p>
    <p><font size="4">At no point are there any compilation errors.</font></p>
    <p><font size="4">I tried moving the definitions into other files in
        other orders in the system, but that didn't do anything.</font></p>
    <p><font size="4">What could I possibly be doing wrong here?</font></p>
    <p><font size="4"><br>
      </font></p>
  </body>
</html>

--------------yNrFIICfMwevRpPlOE0yOMZY--


--===============7419819811614391312==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============7419819811614391312==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Sbcl-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sbcl-help

--===============7419819811614391312==--