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: Re: Unexpected srfi-4 C Interface Change in 2.0.10 Date: Wed, 19 Mar 2014 22:43:49 +0100 Message-ID: <877g7p27ai.fsf@pobox.com> References: <87a9cmqcqc.fsf@yeeloong.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395265442 9722 80.91.229.3 (19 Mar 2014 21:44:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Mar 2014 21:44:02 +0000 (UTC) Cc: guile-devel@gnu.org, Daniel Llorens To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Mar 19 22:44:11 2014 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WQOHS-00029c-5U for guile-devel@m.gmane.org; Wed, 19 Mar 2014 22:44:10 +0100 Original-Received: from localhost ([::1]:43869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOHR-00028x-S4 for guile-devel@m.gmane.org; Wed, 19 Mar 2014 17:44:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOHI-00028W-0k for guile-devel@gnu.org; Wed, 19 Mar 2014 17:44:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQOHC-0000zL-LF for guile-devel@gnu.org; Wed, 19 Mar 2014 17:43:59 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:34948 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQOHC-0000zG-HU for guile-devel@gnu.org; Wed, 19 Mar 2014 17:43:54 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A0CA6111A5; Wed, 19 Mar 2014 17:43:53 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=ZmlQbKe3dKA0p1YYgaOc1cbRFPk=; b=afDMP8 r0jrvHs1iMWDlcLuxxqAO+dUius9OBdO64IcxZhzpao7wK3Gk4dyoemaOBvslifv 6ksip/AIIdpkckIRbl9ZvEq26oimGdRjloGZ4VGFoLlQ6QB41mYbIjMV5zPmOb2p JpGDJRXx6H+fhvdyeohncXRzhFID6efBgxV+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=vj+BGLq2zCyrJTMOnv1B5fSSHQMxehkF FWj5AixN9T3sA855ssYxY7cNIBEiuepInEmZjZE7XB2gtE8TGYzwNayjgh74iy8B C7tMoVj7TR3SuzYyAqDHyAnE/eC87xDsdT0MZNyOTOjU8euJgHkqERLPii4rdCdA BhzahIsRxIw= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 96843111A4; Wed, 19 Mar 2014 17:43:53 -0400 (EDT) Original-Received: from badger (unknown [88.160.190.192]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id E6DDA111A3; Wed, 19 Mar 2014 17:43:51 -0400 (EDT) In-Reply-To: <87a9cmqcqc.fsf@yeeloong.lan> (Mark H. Weaver's message of "Wed, 19 Mar 2014 14:12:27 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Pobox-Relay-ID: 8FF6CF1A-AFAF-11E3-BC90-873F0E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16988 Archived-At: Hi, I'm very sorry about this breakage to the SRFI-4 C interface. I've pushed a fix (2be7131ee0c38336483226657872a8faa62a2562) and a test case and we'll roll another release shortly; perhaps tomorrow. Apologies again. Regards, Andy -- http://wingolog.org/