From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: define-inlinable Date: Mon, 11 Apr 2011 22:01:37 +0200 Message-ID: <87mxjwk15q.fsf@gnu.org> References: <87wrjglvsq.fsf@gmx.at> <1301766148-20242-1-git-send-email-a.rottmann@gmx.at> <1301766148-20242-4-git-send-email-a.rottmann@gmx.at> <87pqp1zh9s.fsf@gmx.at> <874o6btuuf.fsf_-_@gnu.org> <878vvngj9m.fsf@gmx.at> <87pqoz2f3a.fsf@gnu.org> 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 1302573053 32309 80.91.229.12 (12 Apr 2011 01:50:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Apr 2011 01:50:53 +0000 (UTC) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 12 03:50:47 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from [140.186.70.17] (helo=lists.gnu.org) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q9Skg-0003TA-8F for guile-devel@m.gmane.org; Tue, 12 Apr 2011 03:50:46 +0200 Original-Received: from localhost ([::1]:40225 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9Skf-0007x5-JY for guile-devel@m.gmane.org; Mon, 11 Apr 2011 21:50:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9SYP-00031j-Dz for guile-devel@gnu.org; Mon, 11 Apr 2011 21:38:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9NIv-0002fC-J5 for guile-devel@gnu.org; Mon, 11 Apr 2011 16:01:46 -0400 Original-Received: from solo.fdn.fr ([80.67.169.19]:36813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9NIv-0002eu-6Y for guile-devel@gnu.org; Mon, 11 Apr 2011 16:01:45 -0400 Original-Received: from nixey (reverse-83.fdn.fr [80.67.176.83]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: lcourtes) by smtp.fdn.fr (Postfix) with ESMTPSA id 7C17544D33; Mon, 11 Apr 2011 22:01:42 +0200 (CEST) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 Germinal an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Andy Wingo's message of "Mon, 11 Apr 2011 18:56:43 +0200") User-Agent: Gnus/5.110015 (No Gnus v0.15) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 80.67.169.19 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 X-Broken-Reverse-DNS: no host name found for IP address 140.186.70.17 Xref: news.gmane.org gmane.lisp.guile.devel:12217 Archived-At: Hello! Andy Wingo writes: > Running r6rs-arithmetic-flonums.test > ERROR: r6rs-arithmetic-flonums.test: fixnum->flonum: simple - arguments: = ((wrong-type-arg #f "Wrong type to apply: ~S" (#) (#))) > > In practice this means that anyone that compiled something that uses > fixnum? against Guile 2.0.0 now has broken code. Ouch, right. > I don't know if this is important, as R6RS users probably have lots of > other carnage to deal with, but it is strictly an ABI break. Well well, they=E2=80=99ll need to recompile. My feeling is that it=E2=80= =99s acceptable, but I don=E2=80=99t have a strong opinion. Thanks, Ludo=E2=80=99.