From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.bugs Subject: Re: module system / (oop goops) / :duplicates (merge-generics) / bug? Date: Fri, 8 Jul 2011 14:05:59 -0300 Message-ID: <20110708140559.6ed55cd9@rascar> References: <20110705183229.6f779a6b@rascar> <87vcvfcrjc.fsf@gnu.org> <20110706162244.2bf4b90a@rascar> <87ipre48zj.fsf@pobox.com> <20110707132659.2cee382d@rascar> <87box54xjg.fsf@pobox.com> 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 1310146068 24067 80.91.229.12 (8 Jul 2011 17:27:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2011 17:27:48 +0000 (UTC) Cc: bug-guile@gnu.org, Ludovic =?UTF-8?B?Q291cnTDqHM=?= To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jul 08 19:27:44 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 1QfEq7-0004Gd-U6 for guile-bugs@m.gmane.org; Fri, 08 Jul 2011 19:27:44 +0200 Original-Received: from localhost ([::1]:58023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfEq6-0006xi-Vh for guile-bugs@m.gmane.org; Fri, 08 Jul 2011 13:27:43 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfEVL-0001gt-JC for bug-guile@gnu.org; Fri, 08 Jul 2011 13:06:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfEVJ-0005Bh-UI for bug-guile@gnu.org; Fri, 08 Jul 2011 13:06:15 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:44288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfEVJ-0005BJ-HO; Fri, 08 Jul 2011 13:06:13 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 8546DA04C20C; Fri, 8 Jul 2011 19:06:10 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id d5UllTbBk2sF; Fri, 8 Jul 2011 18:47:35 +0200 (CEST) Original-Received: from rascar (unknown [189.60.162.202]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id BD55DA04C20D; Fri, 8 Jul 2011 19:06:02 +0200 (CEST) In-Reply-To: <87box54xjg.fsf@pobox.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 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:5714 Archived-At: Hello Andy, > Invoke: >=20 > (default-duplicate-binding-handler > '(merge-generics replace warn-override-core warn last)) This is not 'so important' anymore, but for bug tracking purposes, please n= ote that adding the above in my init.scm file and commenting the #:duplicates (...) expression leads to the known error: david@asterix:/usr/local/share/guile/alto/2.0/tests 4 $ guile GNU Guile 2.0.2.3-21b6d ... scheme@(guile-user)> (default-duplicate-binding-handler) $1 =3D (merge-generics replace warn-override-core warn last) scheme@(guile-user)> (use-modules (mg-3)) = = =20 (letstry) WARNING: (mg-3): `dialog' imported from both (mg-1) and (mg-2) ERROR: In procedure scm-error: ERROR: No applicable method for #< dialog (1)> in call (dialog #<= 933bd70>) Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. ,bt In mg-3.scm: 18:30 2 (letstry) In oop/goops/dispatch.scm: 231:9 1 (cache-miss #< dialog (1)> (#< 933bd70>)) In unknown file: 0 (scm-error goops-error #f "No applicable method for ~S in call= ~S" (#< dialog (1)> (dialog #<)) #) scheme@(guile-user) [1]>=20