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: [PATCH] Fix for `submodules' in (ice-9 session) (closes #30062) Date: Thu, 02 Sep 2010 21:35:55 -0700 Message-ID: References: <1283257143-24354-1-git-send-email-jao@gnu.org> <87occi34ry.fsf@newton.homeunix.net> <87bp8i2x9e.fsf@newton.homeunix.net> <877hj5r7rt.fsf@gnu.org> <87y6blyyec.fsf@newton.homeunix.net> <87k4n5ksr7.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 1283488379 22529 80.91.229.12 (3 Sep 2010 04:32:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Sep 2010 04:32:59 +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 Fri Sep 03 06:32:57 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OrNxQ-00076f-VS for guile-devel@m.gmane.org; Fri, 03 Sep 2010 06:32:57 +0200 Original-Received: from localhost ([127.0.0.1]:56849 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrNxP-0002ot-Vb for guile-devel@m.gmane.org; Fri, 03 Sep 2010 00:32:56 -0400 Original-Received: from [140.186.70.92] (port=49658 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrNxG-0002oa-RE for guile-devel@gnu.org; Fri, 03 Sep 2010 00:32:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrNxF-0004I9-BP for guile-devel@gnu.org; Fri, 03 Sep 2010 00:32:46 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:48641 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrNxF-0004Hx-7C; Fri, 03 Sep 2010 00:32:45 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2A9ECD376D; Fri, 3 Sep 2010 00:32:44 -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=nTH28Hch6sCh CaY/0+tyaYZU5pE=; b=uFVpsYXqnkP+xoj7gyl1OOFhVPOwEpO0rzLR0QSU5SGH kYWySWqx6j0IFhXJuqLiiGk36+VcGk8AmVrw3ids9JYcrKzoI/Gvxc4V9eDT1WQR VuqYDRylNccEPxkxVhTmvkLttJk73Utr8Fph/uMdyv4ZjKLUzecdYT7IABkfLCo= 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=T47/fl xLvFUXeM8XfeYG1ZyqrLVMZYL+ItHifKMmOkCOAdnNIGjZRwqirPfuaPcOyaKB+q g2Txm3iLzKddvJVyYpKnPJLkang5wFL5ARzX/wKlweTyjBVX5O9S5Z4twac8eg7d K0z55ZGUdRTrjQsySjynyI0tZ8BohMRmNXBV0= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 16B1CD376C; Fri, 3 Sep 2010 00:32:43 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [76.166.198.241]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 7C974D376A; Fri, 3 Sep 2010 00:32:41 -0400 (EDT) In-Reply-To: <87k4n5ksr7.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 02 Sep 2010 00:23:40 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 4B0B3338-B714-11DF-A9F5-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10845 Archived-At: On Wed 01 Sep 2010 15:23, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > So, unless I=E2=80=99m missing an elegant design trick to avoid this, I t= hink > you=E2=80=99re bound to use heuristics to filter them out (e.g., get rid = of > modules whose name contains white spaces.) We can add flags to modules to indicate that they are temporary; not "user modules". Andy --=20 http://wingolog.org/