From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: Heads up: Releasing 1.8.2 Date: Sun, 24 Jun 2007 18:31:21 -0400 Message-ID: References: <87zm2qu15y.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1182724293 908 80.91.229.12 (24 Jun 2007 22:31:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Jun 2007 22:31:33 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 25 00:31:32 2007 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.50) id 1I2acE-0004YV-10 for guile-devel@m.gmane.org; Mon, 25 Jun 2007 00:31:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2acD-0006TV-Ia for guile-devel@m.gmane.org; Sun, 24 Jun 2007 18:31:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I2acA-0006Rb-7f for guile-devel@gnu.org; Sun, 24 Jun 2007 18:31:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I2ac9-0006RF-7J for guile-devel@gnu.org; Sun, 24 Jun 2007 18:31:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I2ac9-0006RC-0K for guile-devel@gnu.org; Sun, 24 Jun 2007 18:31:25 -0400 Original-Received: from fnord.ir.bbn.com ([192.1.100.210]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I2ac8-0006P1-99; Sun, 24 Jun 2007 18:31:24 -0400 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 54CA152A6; Sun, 24 Jun 2007 18:31:21 -0400 (EDT) X-Hashcash: 1:20:070624:guile-devel@gnu.org::a+vYNIJsaTSNlyDJ:0000000000000000000000000000000000000000003NVT X-Hashcash: 1:20:070624:ludo@gnu.org::CcYAJhhIzdJlJp2w:000004m2W In-Reply-To: <87zm2qu15y.fsf@chbouib.org> ("Ludovic =?iso-8859-1?Q?Court?= =?iso-8859-1?Q?=E8s=22's?= message of "Sat, 23 Jun 2007 17:43:21 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (berkeley-unix) X-detected-kernel: Genre and OS details not recognized. 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:6641 Archived-At: Sounds good, and it would be really nice to fix the slib support. > guile guile> (use-modules (ice-9 slib)) WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provide' WARNING: (guile-user): imported module (ice-9 slib) overrides core binding `provided?' guile> (version) "1.8.1" guile> The problem is that native guile has provide/require, and so does slib. Guile used to use different words, and they were changed for some reason. My view is that slib is a de facto reserved namespace :_) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel