From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephen Compall Newsgroups: gmane.lisp.guile.user Subject: Re: GOOPS Bug with slotless child classes? Date: Wed, 05 Jan 2005 17:28:42 -0600 Message-ID: <1104967722.16142.5.camel@nocandy.dyndns.org> References: <1104966378.14618.15.camel@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0038920461==" X-Trace: sea.gmane.org 1104967787 11405 80.91.229.6 (5 Jan 2005 23:29:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Jan 2005 23:29:47 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jan 06 00:29:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmKaw-0007gZ-00 for ; Thu, 06 Jan 2005 00:29:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmKmD-0008Hw-SS for guile-user@m.gmane.org; Wed, 05 Jan 2005 18:41:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CmKmA-0008H4-FO for guile-user@gnu.org; Wed, 05 Jan 2005 18:41:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CmKm8-0008Ga-W8 for guile-user@gnu.org; Wed, 05 Jan 2005 18:41:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CmKm8-0008GX-Ts for guile-user@gnu.org; Wed, 05 Jan 2005 18:41:12 -0500 Original-Received: from [12.220.39.45] (helo=nocandy.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CmKa7-0006GM-Q3 for guile-user@gnu.org; Wed, 05 Jan 2005 18:28:47 -0500 Original-Received: by nocandy.dyndns.org (Postfix, from userid 501) id 13363101D8; Wed, 5 Jan 2005 17:28:42 -0600 (CST) Original-To: Clinton Ebadi In-Reply-To: <1104966378.14618.15.camel@localhost.localdomain> X-Mailer: Evolution 2.0.3-1.1.101mdk X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:4002 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4002 --===============0038920461== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1vdHMJpH7s9hgZhKTqpA" --=-1vdHMJpH7s9hgZhKTqpA Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-01-05 at 18:06 -0500, Clinton Ebadi wrote: > (define child-object-1 (make #:atts '(child-2 atts))) > (define child-object-2 (make #:atts '(child-2 atts))) > ... > #< 8089e20> > (child-2 atts) > #< 8089e10> > (child-2 atts) >=20 > Are instance slots of a parent class supposed to be shared across all > instances of a child? I changed the first quoted line to say (define child-object-1 (make #:atts '(child-1 atts))) and got this output: #< 40341760> (parent-1 atts) #< 4033dcc0> (parent-2 atts) #< 4033d430> (child-1 atts) #< 40337c80> (child-2 atts) --=20 Stephen Compall --=-1vdHMJpH7s9hgZhKTqpA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBB3HgpYWjD35Pp0wIRAv8xAJ9/ZuuvP4EpRMuWSJffHlKkDM3txwCgiS7A q52vwp20FLLuH3rXpZhe83U= =B8PF -----END PGP SIGNATURE----- --=-1vdHMJpH7s9hgZhKTqpA-- --===============0038920461== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user --===============0038920461==--