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: heads up: goops class export Date: Sun, 01 May 2011 22:32:10 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1304281943 32250 80.91.229.12 (1 May 2011 20:32:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 May 2011 20:32:23 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun May 01 22:32:19 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 1QGdJT-0000Jy-Fn for guile-devel@m.gmane.org; Sun, 01 May 2011 22:32:19 +0200 Original-Received: from localhost ([::1]:36054 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGdJS-0000y7-PO for guile-devel@m.gmane.org; Sun, 01 May 2011 16:32:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGdJQ-0000y1-2I for guile-devel@gnu.org; Sun, 01 May 2011 16:32:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGdJP-0002bU-5b for guile-devel@gnu.org; Sun, 01 May 2011 16:32:16 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:44611 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGdJO-0002aK-U5 for guile-devel@gnu.org; Sun, 01 May 2011 16:32:15 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 3B4B956B2 for ; Sun, 1 May 2011 16:34:18 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-type; s=sasl; bh=N 8wA3iqqVO/lHlOLHVHcccAW7Ak=; b=i+++UTjsfldBmi/8LHzpz3JRJdvUlin/H KbMc5HdFNnipHFo6OWh1N5aZARzwGSHIPMXtewq2cCDPWXyvR0hTQw07BVYKyDpR zXWbJRwiGiBwXWJNsV310UHbV4zk7GjeMHz03A8vNXwZ8CQi/8DW5MdjlCPW+1/3 SZCWKXYS28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:subject :date:message-id:mime-version:content-type; q=dns; s=sasl; b=CAq 1ctLGM2whOFtxCIP3Hk5FUcRCSEtq1f2RM2tkxrnkHN3kHcU8nUj8V2LbiNTLT23 h32BIRNeYeZQnIXDK9KJ6mxRNakfwu/hl9eRClKd3Bm3RViln8fuooGKwNQX5UF0 DpSnTVhIhGaD5l1Pmg3Mgkrug82yponV3Ecl6Mik= 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 36C2A56B1 for ; Sun, 1 May 2011 16:34:17 -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 B709156B0 for ; Sun, 1 May 2011 16:34:16 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 6281E9EA-7432-11E0-97E0-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:12393 Archived-At: Hello again, 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 will make this change at some point, if there are no objections. Andy -- http://wingolog.org/