From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.bugs Subject: Re: [Bug-autogen] test failure with guile-2.0.2 Date: Mon, 11 Jul 2011 10:32:31 -0700 Message-ID: <4E1B33AF.8090300@gnu.org> References: <20110710.001131.2114114687665811411.pipping@lavabit.com> <20110711.160906.808950167011716776.pipping@lavabit.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1310409820 24807 80.91.229.12 (11 Jul 2011 18:43:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jul 2011 18:43:40 +0000 (UTC) To: Elias Pipping , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Jul 11 20:43:36 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 1QgLSC-00013G-3l for guile-bugs@m.gmane.org; Mon, 11 Jul 2011 20:43:36 +0200 Original-Received: from localhost ([::1]:37355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgLSB-0006Sw-42 for guile-bugs@m.gmane.org; Mon, 11 Jul 2011 14:43:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgKLX-0007ej-VR for bug-guile@gnu.org; Mon, 11 Jul 2011 13:32:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgKLT-0008IN-1j for bug-guile@gnu.org; Mon, 11 Jul 2011 13:32:39 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgKLS-0008I4-Jk for bug-guile@gnu.org; Mon, 11 Jul 2011 13:32:34 -0400 Original-Received: from adsl-75-2-129-8.dsl.pltn13.sbcglobal.net ([75.2.129.8]:65216 helo=[10.0.0.2]) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QgKLR-00079q-Pp; Mon, 11 Jul 2011 13:32:33 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11 In-Reply-To: <20110711.160906.808950167011716776.pipping@lavabit.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-Mailman-Approved-At: Mon, 11 Jul 2011 14:34:40 -0400 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:5722 Archived-At: On 07/11/11 07:09, Elias Pipping wrote: > I meant write: > > with autogen 5.12 and guile 2.0.2 I get a test failure that I do not > get with the same version of autogen and guile 2.0.0. Ah, right. I took a guess at intentions. But, it doesn't matter. The fact is I was told by folks on the guile list I ought to be using those scm to/from locale string thingies. I did. Now the code has changed so they don't work the way they used to. That is an interface change. If the interface changes, the interface name ought to change, too. Someone please name the correct function that will not add the eighth bit when the character value is 0x7F (the DEL character). I will have to version the interface so that I only use the locale string stuff prior to 2.0.2. So much for getting rid of the versioned interface glue. :(