Hi all,
I was trying to copy a vector slice into another destructively using
vector-move-(left!|right!) and came across a bug. If you try to fill
the whole of the destination vector, you will get an error. This
happens with both vector-move-left! and vector-move-right!, and it
does not matter if t
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 attache
On 13/02/11 18:43, Andy Wingo wrote:
> Follow-up Comment #1, bug #31963 (project guile):
>
> Ian, did you happen to have a stale "guile-config" binary around in Guile's
> $abs_top_builddir? At some point it switched from being there to being in
> meta/, but you could have been left with a stale b