From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: module system / (oop goops) / :duplicates (merge-generics) / bug? Date: Wed, 06 Jul 2011 18:17:27 +0200 Message-ID: <87vcvfcrjc.fsf@gnu.org> References: <20110705183229.6f779a6b@rascar> 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 1309969654 9050 80.91.229.12 (6 Jul 2011 16:27:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2011 16:27:34 +0000 (UTC) Cc: bug-guile@gnu.org To: David Pirotte Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jul 06 18:27:30 2011 Return-path: Envelope-to: guile-bugs@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 1QeUwj-0000Ix-Vf for guile-bugs@m.gmane.org; Wed, 06 Jul 2011 18:27:30 +0200 Original-Received: from localhost ([::1]:32885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUwi-0002iJ-B5 for guile-bugs@m.gmane.org; Wed, 06 Jul 2011 12:27:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUn9-0000Mu-VJ for bug-guile@gnu.org; Wed, 06 Jul 2011 12:17:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeUn8-0005Nc-63 for bug-guile@gnu.org; Wed, 06 Jul 2011 12:17:35 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:40700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeUn7-0005NQ-Vg for bug-guile@gnu.org; Wed, 06 Jul 2011 12:17:34 -0400 Original-Received: from nixey (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 9255F44528; Wed, 6 Jul 2011 18:17:32 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 Messidor an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <20110705183229.6f779a6b@rascar> (David Pirotte's message of "Tue, 5 Jul 2011 18:32:29 -0300") User-Agent: Gnus/5.110017 (No Gnus v0.17) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5708 Archived-At: Hi David, David Pirotte skribis: > Can someone kindly look at this small example and tell me what's wrong? I= get this > > david@rascar:~ 8 $ guile > GNU Guile 2.0.0.160-39be I think commit ad4bd7c2c0c931a91160772e5ebf40af0f471874 (in 2.0.2) fixes this. Can you check with 2.0.2? Thanks, Ludo=E2=80=99.