From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: goops: a subclass of top has no name (1.6.3) Date: 08 Mar 2003 10:14:59 -0500 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047136527 30289 80.91.224.249 (8 Mar 2003 15:15:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2003 15:15:27 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 08 16:15:25 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18rg2n-0007sM-00 for ; Sat, 08 Mar 2003 16:15:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rg2l-0008Qv-0A for guile-devel@m.gmane.org; Sat, 08 Mar 2003 10:15:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18rg2Q-0008L3-00 for guile-devel@gnu.org; Sat, 08 Mar 2003 10:15:02 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18rg2N-0008HW-00 for guile-devel@gnu.org; Sat, 08 Mar 2003 10:15:00 -0500 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18rg2N-0008Gz-00 for guile-devel@gnu.org; Sat, 08 Mar 2003 10:14:59 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 1BB70861; Sat, 8 Mar 2003 10:14:59 -0500 (EST) Original-To: guile-devel@gnu.org Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2056 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2056 While I was playing with goops to understand things well enough to comment about merging generic functions, I noticed: guile> (pretty-print (map class-name (class-direct-subclasses ))) :18:15: In procedure class-name in expression (map class-name (class-direct-subclasses )): :18:15: Slot `name' is unbound in object #< 808ede0> ABORT: (goops-error) guile> (version ) "1.6.3" This is right after jmpbuffer and before srcprops. Greg Troxel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel