From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: bugfix regarding recent master->vm merge rewrites history Date: Tue, 17 Mar 2009 20:57:24 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1237322453 9191 80.91.229.12 (17 Mar 2009 20:40:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 20:40:53 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Mar 17 21:42:10 2009 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 1Ljg6j-00077e-Ma for guile-devel@m.gmane.org; Tue, 17 Mar 2009 21:41:53 +0100 Original-Received: from localhost ([127.0.0.1]:50864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljg5N-00065E-Ek for guile-devel@m.gmane.org; Tue, 17 Mar 2009 16:40:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ljg4B-0005p5-LU for guile-devel@gnu.org; Tue, 17 Mar 2009 16:39:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ljg47-0005nv-Ra for guile-devel@gnu.org; Tue, 17 Mar 2009 16:39:15 -0400 Original-Received: from [199.232.76.173] (port=57202 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ljg47-0005nm-JI for guile-devel@gnu.org; Tue, 17 Mar 2009 16:39:11 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:63622 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ljg47-00044T-AY for guile-devel@gnu.org; Tue, 17 Mar 2009 16:39:11 -0400 Original-Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 6E08FA25F7 for ; Tue, 17 Mar 2009 16:39:10 -0400 (EDT) Original-Received: from unquote (unknown [83.37.99.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id B8793A25F6 for ; Tue, 17 Mar 2009 16:39:09 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) X-Pobox-Relay-ID: AB326438-1333-11DE-835E-CFA5EBB1AA3C-02397024!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:8296 Archived-At: Hi, There was a problem in the conversion of subrs to double-cells, in which the additional cells were not being marked. This was quite a number of commits ago, on master, and having such a large period in which that bug was present is not good for bisection. So I've revived the VM branch. It's the same as master, except commit 325226dad9ab6f0488500e7381a5d1c07dc9ae91 was retroactively introduced in the history. Anyway, all this to say that VM has been rewritten, and I'd like to copy it over to master. This is fine, but whenever you pull and get a "forced update" you always wonder why that was -- and this is why. If no one objects, I'll forcibly reset master to vm later this evening. Sorry for the confusion. Play around in gitk if it's not clear to you: gitk origin/master...origin/vm All of the merges are from when I was trying to figure out which patch introduced the bug. Cheers, Andy -- http://wingolog.org/