From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile BUG: What's wrong with this? Date: Mon, 09 Jan 2012 10:41:33 -0500 Message-ID: <87sjjoano2.fsf@netris.org> References: <4F027F35.5020001@gmail.com> <87mxa4ifux.fsf@gnu.org> <4F038BF4.1070200@gnu.org> <87obujzmmc.fsf@Kagami.home> <4F048972.5040803@gnu.org> <87lipnm8yx.fsf@Kagami.home> <4F04D01D.5050801@gnu.org> <8762grf28k.fsf@netris.org> <4F05DC47.1000202@gnu.org> <878vlldb4k.fsf@netris.org> <1325811764.22562.YahooMailNeo@web37903.mail.mud.yahoo.com> <87wr95bo9y.fsf@netris.org> <1325857075.77324.YahooMailNeo@web37903.mail.mud.yahoo.com> <877h14bsx0.fsf@netris.org> <4F07747A.4080202@gnu.org> <87sjjsa0kh.fsf@netris.org> <4F0786AF.3060509@gnu.org> <877h13a77c.fsf@netris.org> <4F086477.7090902@gnu.org> <87pqev8o2o.fsf@netris.org> <4F088344.2080007@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1326123739 30993 80.91.229.12 (9 Jan 2012 15:42:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 9 Jan 2012 15:42:19 +0000 (UTC) Cc: guile-devel@gnu.org To: Bruce Korb Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 09 16:42:15 2012 Return-path: Envelope-to: guile-devel@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 1RkHMS-0000m7-30 for guile-devel@m.gmane.org; Mon, 09 Jan 2012 16:42:12 +0100 Original-Received: from localhost ([::1]:47444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkHMR-0006yV-BT for guile-devel@m.gmane.org; Mon, 09 Jan 2012 10:42:11 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:53487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkHML-0006yF-8q for guile-devel@gnu.org; Mon, 09 Jan 2012 10:42:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkHMF-0006Rt-JK for guile-devel@gnu.org; Mon, 09 Jan 2012 10:42:05 -0500 Original-Received: from world.peace.net ([96.39.62.75]:35342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkHMF-0006Ri-BJ; Mon, 09 Jan 2012 10:41:59 -0500 Original-Received: from c-98-216-245-176.hsd1.ma.comcast.net ([98.216.245.176] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.69) (envelope-from ) id 1RkHM9-0001yU-TY; Mon, 09 Jan 2012 10:41:54 -0500 In-Reply-To: <4F088344.2080007@gnu.org> (Bruce Korb's message of "Sat, 07 Jan 2012 09:39:16 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 96.39.62.75 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:13453 Archived-At: Bruce Korb writes: > On 01/07/12 08:38, Mark H Weaver wrote: >> * Add checks to all string mutation functions: if the range is empty, >> then avoid calling `scm_i_string_start_writing'. > > Yes. All of them. All four. For the record, there were 7 string mutation functions to fix :-P Anyway, I did as you suggested, and left `scm_i_string_start_writing' alone. Thanks, Mark