From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error in vector-move-left! & vector-move-right! Date: Mon, 14 Feb 2011 20:23:51 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1297712255 21609 80.91.229.12 (14 Feb 2011 19:37:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 19:37:35 +0000 (UTC) Cc: bug-guile@gnu.org To: Ian Price Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Feb 14 20:37:30 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pp4Eh-0007fG-3I for guile-bugs@m.gmane.org; Mon, 14 Feb 2011 20:37:27 +0100 Original-Received: from localhost ([127.0.0.1]:36016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp3z3-0006NK-SI for guile-bugs@m.gmane.org; Mon, 14 Feb 2011 14:21:17 -0500 Original-Received: from [140.186.70.92] (port=58676 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pp3yy-0006ND-6L for bug-guile@gnu.org; Mon, 14 Feb 2011 14:21:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pp3yx-0005jX-3J for bug-guile@gnu.org; Mon, 14 Feb 2011 14:21:12 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:43332 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pp3yw-000594-Vr for bug-guile@gnu.org; Mon, 14 Feb 2011 14:21:11 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 1695C4167; Mon, 14 Feb 2011 14:19:47 -0500 (EST) 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=QPHKJ1uGAER8Jaxg/n8n5ntDzM4=; b=xB9ZtX OZhLSVyfBQs49gdKGBFoudUxaaD89hqAnJTyczOPwCNUmBYv5sikXKxHenEej7+u R2FuPCASWyt+i7Xb4uFvN7Hrrq+N0sc3g3uAIz9PDwoJ8grtajxwZ3yFQk7KLCrS h12Q95MOB+6MY8+BtDgJ/ForRyl68sG/yNQNc= 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=RhDc6n3Sx+nNdWfMQ+B5eHIJ0j1kSsEc ilJmoopt2svVHAUKjI4SeCcV5GWP9Vsje5vNzfj1dJmahAl3kXfAZ4SuM+bHF1c8 i+v4mZLsQ2A73HTn6mS36LGn9gAiO2Ta+C+R5MgIrowivxu+TnOOL1LcCSyZQS9/ naRNY8tOeZ8= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id F414E4166; Mon, 14 Feb 2011 14:19:45 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 5697A4165; Mon, 14 Feb 2011 14:19:44 -0500 (EST) In-Reply-To: (Ian Price's message of "Mon, 14 Feb 2011 04:21:33 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 621BA90E-386F-11E0-AA9D-AF401E47CF6F-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5132 Archived-At: On Mon 14 Feb 2011 05:21, Ian Price writes: > The culprit is an assertion common to both definitions in > libguile/vectors.c that only allows you to move the values if the > length of the vector to be moved is less than the length of the vector > you are moving it to. > > Trivial patch is attached. Applied. Thanks! Andy -- http://wingolog.org/