From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: bizarre byte-compile issue, possibly due to EIEIO Date: Mon, 04 Apr 2011 17:26:01 +0200 Message-ID: <87y63qyr5i.fsf@engster.org> References: <87hbahww99.fsf@lifelogs.com> <8762qxo4l3.fsf@lifelogs.com> <87lizqb02q.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301930854 9283 80.91.229.12 (4 Apr 2011 15:27:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2011 15:27:34 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 17:27:29 2011 Return-path: Envelope-to: ged-emacs-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 1Q6lgf-0005gp-2M for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 17:27:29 +0200 Original-Received: from localhost ([127.0.0.1]:47312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6lgb-0001Pc-5x for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 11:27:25 -0400 Original-Received: from [140.186.70.92] (port=60291 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6lgM-0001NL-MZ for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:27:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6lgB-0001JK-Cl for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:27:03 -0400 Original-Received: from v3-1008.vxen.de ([79.140.41.8]:54510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6lgA-0001H2-Bj for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:26:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=Y3AsrVc+9c4lcyw6e7S0CXbsmx7CKNh6WOsW4oKnTXM=; b=njoykCHd85oMwRAhaBExeE1JmaiKa/PytNdeoF3Dhf+5NDxJ3GWC4Hqbx/b49GBJbp2NoUX9VvOl3GvMmayFPaw/D5xSS/T3hC/ao46JXIBNThDBXN+wKbdtJLxUkX/S; Original-Received: from dslc-082-083-056-181.pools.arcor-ip.net ([82.83.56.181] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q6lg1-00016l-9V; Mon, 04 Apr 2011 17:26:49 +0200 In-Reply-To: <87lizqb02q.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 04 Apr 2011 08:47:09 -0500") User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (darwin) Mail-Followup-To: Ted Zlatanov , ding@gnus.org, emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 79.140.41.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138121 gmane.emacs.gnus.general:78336 Archived-At: Ted Zlatanov writes: > On Sat, 02 Apr 2011 22:34:33 +0200 Lars Magne Ingebrigtsen wrote: > > LMI> Ted Zlatanov writes: >>> So I hope someone can help me out :) > > LMI> If it's EIEIO-related, perhaps they can help you out? EIEIO is a > LMI> mystery to me... > > I think it's a problem with the `loop' macro actually but can't isolate > it in a separate test. I wasn't able to reproduce the problem without using 'defmethod', so I'm guessing it's at least related to EIEIO (and maybe also responsible for the bug). Though it seems to work fine after the lexbind merge, I'm guessing this is only fixed by side-effect, so there could very well still a bug be lurking somewhere. I know zero about the byte-compiler, so I have no idea were to start debugging this. -David