|
From: | Jan Wedekind |
Subject: | Re: GNU Guile 2.1.4 released [beta] |
Date: | Thu, 15 Sep 2016 21:07:35 +0100 (BST) |
User-agent: | Alpine 2.11 (DEB 23 2013-08-11) |
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 <integer>) . 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: 7A workaround is to replace "concatenate" with "apply match". I haven't managed to isolate the bug properly so far. Regards Jan
[Prev in Thread] | Current Thread | [Next in Thread] |