[clpython-devel] New error, recent cvs update on SBCL 1.0.16 (Ubuntu 7.10)

Willem Broekema metawilm at gmail.com
Sat May 24 21:12:29 UTC 2008


Hi Jason, thanks for the update...

On Sat, May 24, 2008 at 10:36 PM, Jason Nielsen <jdn at math.carleton.ca> wrote:
> WARNING:
>   change in instance length of class CLPYTHON::MODULE-GLOBALS-HANDLER:
>  current length: 7
>  compile time length: 9

It's true that I removed two fields from the struct. I would expect
the ASDF system to handle recompilation of the relevant files. In any
case, to force a complete recompilation of the system:
 (asdf:operate 'asdf:load-op :clpython :force t)

> both when compiling and loading clpython.  The compile (when accepting the
> error) and testing completes with 4 errors as expected.  However when I try
> to start up the repl I get the following:
>
> The function CLPYTHON.APP.REPL::REPL-1 is undefined.
>   [Condition of type UNDEFINED-FUNCTION]

That function should be in app/repl/repl.lisp ... maybe it is not
found as a result of a previous error? What happens if you load
repl.lisp manually?

For me things are working fine on SBCL 1.0.16, FWIW.

- Willem



More information about the Clpython-devel mailing list