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: Sat, 9 Jul 2011 12:08:16 -0300 Message-ID: <20110709120816.0827236b@rascar> References: <20110705183229.6f779a6b@rascar> <87vcvfcrjc.fsf@gnu.org> <20110706162244.2bf4b90a@rascar> <87ipre48zj.fsf@pobox.com> <20110707132659.2cee382d@rascar> <87box54xjg.fsf@pobox.com> <20110708140559.6ed55cd9@rascar> <87tyav3h7q.fsf@pobox.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310224133 13556 80.91.229.12 (9 Jul 2011 15:08:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 9 Jul 2011 15:08:53 +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 Sat Jul 09 17:08:49 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 1QfZ9D-0006aH-C2 for guile-bugs@m.gmane.org; Sat, 09 Jul 2011 17:08:47 +0200 Original-Received: from localhost ([::1]:54527 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfZ9C-0006jK-2Z for guile-bugs@m.gmane.org; Sat, 09 Jul 2011 11:08:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50086) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfZ8v-0006j2-G0 for bug-guile@gnu.org; Sat, 09 Jul 2011 11:08:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfZ8u-00005e-9I for bug-guile@gnu.org; Sat, 09 Jul 2011 11:08:29 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:38268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfZ8u-00005W-1t; Sat, 09 Jul 2011 11:08:28 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 90929A04C1A3; Sat, 9 Jul 2011 17:08:26 +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 cLorD9hP+x1m; Sat, 9 Jul 2011 16:49:50 +0200 (CEST) Original-Received: from rascar (unknown [189.60.162.202]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id E12B8A04C15E; Sat, 9 Jul 2011 17:08:18 +0200 (CEST) In-Reply-To: <87tyav3h7q.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:5717 Archived-At: Hi Andy, > >> (default-duplicate-binding-handler > >> '(merge-generics replace warn-override-core warn last)) > > > > This is not 'so important' anymore, but for bug tracking purposes, please note > > that adding the above in my init.scm file and commenting the #:duplicates (...) > > expression leads to the known error: > Git pull, please :). You still don't have some recent fixes. I am pulling :) Do you mean I have to checkout an unstable? [if yes, please tell me what branch/version, I am git [very] 'limited' @ the moment :) david@asterix:/usr/local/share/guile/alto/2.0/tests 12 $ guile GNU Guile 2.0.2.3-21b6d scheme@(guile-user)> (use-modules (mg-3)) (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 #< 8aaa390>) Thanks, David Also, it's not working on this machine either [and I don't uderstand why guile versions are different? surely I didn't do the right thing with git?]: david@rascar:/usr/local/src/guile/git-clone 4 $ git describe v2.0.2-7-gae88d9b david@rascar:/usr/local/src/guile/git-clone 5 $ git pull Already up-to-date. david@rascar:/usr/local/src/guile/git-clone 6 $ guile GNU Guile 2.0.2.7-ae88d ... scheme@(guile-user)> (default-duplicate-binding-handler) $1 = (merge-generics replace warn-override-core warn last) scheme@(guile-user)> (use-modules (mg-3)) (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 #< 94c4910>)