From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: heads up: goops class export Date: Tue, 03 May 2011 11:31:20 +0200 Message-ID: References: <87r58gp3q2.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304415102 15680 80.91.229.12 (3 May 2011 09:31:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 May 2011 09:31:42 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 03 11:31:37 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QHBxB-0006Iz-JW for guile-devel@m.gmane.org; Tue, 03 May 2011 11:31:37 +0200 Original-Received: from localhost ([::1]:34996 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHBxB-0003sk-4c for guile-devel@m.gmane.org; Tue, 03 May 2011 05:31:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHBx6-0003se-MC for guile-devel@gnu.org; Tue, 03 May 2011 05:31:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHBx2-00064N-Uf for guile-devel@gnu.org; Tue, 03 May 2011 05:31:32 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:33899 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHBx2-000649-SB; Tue, 03 May 2011 05:31:28 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id DEF4D2ABA; Tue, 3 May 2011 05:33:31 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=buexD/XdfryB ehadI0TP1pepk4E=; b=Fx56IUh2n/tv07JAwIryVjVqtAWBbHOTa973ToScyC4Q ZBQUxJSKLcae7ilxpSpfp1cffrwGMEdzKEVsnp7mglnLn1m2KwmmHXjNGTZstYgr vuP3zzrmiXUs9PhIaauBmYBuv8CZCCngCm9vHD50niqyQUn3DGT2B74Qp7m9pig= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=saKK4l GLsah4xBXPXAPf01w5Cq0e62OQjC+SC0GC8P0LnDVXPm3OcJ0/cyU1SJIhw2o4xp 4qtpobOZqzO+sDgJf8t0TDlNP5+2Is1TpnpYXBnnORSjVR9EMPW4DOfldyZjcOz9 Ohnvy59osfU8QdqmREkIBd+Vjb524N2wV5gV4= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id CB2492AB8; Tue, 3 May 2011 05:33:29 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 2A1262AB5; Tue, 3 May 2011 05:33:27 -0400 (EDT) In-Reply-To: <87r58gp3q2.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 03 May 2011 10:50:45 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 67AB9934-7568-11E0-81ED-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12414 Archived-At: Hi! On Tue 03 May 2011 10:50, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Andy Wingo writes: > >> Currently when you define a SMOB type or set a name on a vtable, a >> corresponding class is automatically exported from (oop goops). This >> breaks modularity, and I think we should stop doing it in 2.2. > > I agree that they should not be exported from (oop goops). > > However, how should GOOPS users access these classes then? There needs > to be a way to get the class object associated with a SMOB type, for > instance. Hum, a good question! Perhaps smob-name->class, as there is gtype->class; and of course there is class-of. Andy --=20 http://wingolog.org/