[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Possible slight bug in ANSI compatibility
From: |
Marc Mertens |
Subject: |
[Gcl-devel] Possible slight bug in ANSI compatibility |
Date: |
Mon, 31 May 2004 19:36:26 +0200 |
User-agent: |
KMail/1.6.1 |
Hello,
I am porting Jabberwocky to gcl and found the following possible ansi
bug with gcl.
- The type 'function' does not seem to be a class:
(defmethod test ((f function)) (princ 'ok)) gives the error
"Error in
PCL::LOAD-DEFMETHOD [or a callee]: No class named: FUNCTION". The definition
works without problem on other lisp's and if I interpret the hyperspec
correctly 'function' should be a class.
- I'm using gcl 2.6.1, compiled with ANSI compatibility .
Thanks a lot for your work on gcl
Marc Mertens
- [Gcl-devel] Possible slight bug in ANSI compatibility,
Marc Mertens <=