From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.devel Subject: Re: i guess we're frozen & stuff Date: Sat, 26 Sep 2009 16:11:50 -0700 Message-ID: <1254006710.2856.131.camel@localhost.localdomain> References: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> <79F7A852-10ED-46DF-9D41-ED545493E8FE@raeburn.org> <1253979945.2856.122.camel@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1254006760 24648 80.91.229.12 (26 Sep 2009 23:12:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Sep 2009 23:12:40 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 27 01:12:33 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 1MrgRM-0002Dn-QP for guile-devel@m.gmane.org; Sun, 27 Sep 2009 01:12:33 +0200 Original-Received: from localhost ([127.0.0.1]:35793 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrgRM-00058n-2Y for guile-devel@m.gmane.org; Sat, 26 Sep 2009 19:12:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrgRJ-00056J-3j for guile-devel@gnu.org; Sat, 26 Sep 2009 19:12:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrgRI-00055K-Km for guile-devel@gnu.org; Sat, 26 Sep 2009 19:12:28 -0400 Original-Received: from [199.232.76.173] (port=36003 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrgRI-000550-Av for guile-devel@gnu.org; Sat, 26 Sep 2009 19:12:28 -0400 Original-Received: from smtp108.prem.mail.sp1.yahoo.com ([98.136.44.63]:35122) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MrgRH-0005b8-St for guile-devel@gnu.org; Sat, 26 Sep 2009 19:12:28 -0400 Original-Received: (qmail 71678 invoked from network); 26 Sep 2009 23:12:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=z7tXpJC8BcX6fr2UeBlY8ukxptXlV9+KQG1fIT3bSYSEeLLhxA3WuZGGZh31S+4vKLmnjkMzwyRSIolZPNTOEMhMlACTGIyjxtQK7eZUivFCWuSY8Nlh1ygjcQ5m2ZfycvAogAQIVyRz8RrZ+OS+FY17C+TCxt9EtQG4PE085xU= ; Original-Received: from ppp-71-140-101-38.dsl.irvnca.pacbell.net (spk121@71.140.101.38 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 26 Sep 2009 16:12:25 -0700 PDT X-Yahoo-SMTP: FzNaA9iswBDuBl1BmgaIRDaP9Q-- X-YMail-OSG: thL_xQAVM1k3XjtE_Lvab51JeSRprpzU09S0kwsEeUv4uJfL7eBpSHhXkb59yCHod0ICzbnI_JFliT7wwZRZ0JmMSBERlUaRDR31vBd0azH5r5_qkG7famkUkPG7IPWxvOO8yLSN8MAXHAJR2OslvO11CjbFx1OOrUeWZk7NNL6KhLRdB5JInMWOqRGEtN2vwEXzvWkoji1fy0Mk1rxJlRirX8.1DFrlAwM2lbud X-Yahoo-Newman-Property: ymail-3 In-Reply-To: X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-detected-operating-system: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:9408 Archived-At: > > This does surprise me. I thought I had fixed that problem. Does it > > pass > > if you replace the current test-suite/tests/regexp.test with the 1.8.x > > version of the regexp test? Hmmm. Maybe I'll just revert regexp.test. > > It passes the regexp tests, yes, but the i18n tests complain about > case conversions in Turkish. Yeah. The code that is necessary to make those Turkish tests pass is that code in the USE_GNU_LOCALE_API section of i18n.c that won't compile on your Darwin box. Until I can get a better fix from the upstream libunistring or hack around the problem in i18n.c, those tests will fail. Thanks, Mike