From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 2.1.4 released [beta] Date: Thu, 15 Sep 2016 21:07:35 +0100 (BST) Message-ID: References: <87bmzqbtf6.fsf@pobox.com> Reply-To: Jan Wedekind NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: blaine.gmane.org 1473970588 13013 195.159.176.226 (15 Sep 2016 20:16:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2016 20:16:28 +0000 (UTC) User-Agent: Alpine 2.11 (DEB 23 2013-08-11) Cc: guile-devel@gnu.org To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 15 22:16:25 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bkd53-0002TE-BD for guile-devel@m.gmane.org; Thu, 15 Sep 2016 22:16:21 +0200 Original-Received: from localhost ([::1]:37198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkd51-0004Ah-Ek for guile-devel@m.gmane.org; Thu, 15 Sep 2016 16:16:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkd4u-000491-UC for guile-devel@gnu.org; Thu, 15 Sep 2016 16:16:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkd4o-0005c9-SD for guile-devel@gnu.org; Thu, 15 Sep 2016 16:16:11 -0400 Original-Received: from basicbox4.server-home.net ([195.137.212.26]:60995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkd4o-0005bx-ML for guile-devel@gnu.org; Thu, 15 Sep 2016 16:16:06 -0400 Original-Received: from wedemob.home (host86-163-167-103.range86-163.btcentralplus.com [86.163.167.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by basicbox4.server-home.net (Postfix) with ESMTPSA id 934751530676; Thu, 15 Sep 2016 22:07:35 +0200 (CEST) X-X-Sender: jan@wedemob In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 195.137.212.26 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.lisp.guile.devel:18670 Archived-At: A quick note that the workaround is not valid. Sorry if I caused confusion. > Hi, > I haven't managed to isolate it properly but I observed some strange problem > with "concatenate" (using my "aiscm" library). > > (define-method (match (i ) . args) ...) > ... > (apply match (concatenate (list (list 1) (list 2 2 3 4 5 6 )))) > oop/goops.scm:1336:2: oop/goops.scm:1336:2: In procedure vector-ref: > Value out of range: 7 > > A workaround is to replace "concatenate" with "apply match". > I haven't managed to isolate the bug properly so far. > > Regards > Jan