Error in vector-move-left! & vector-move-right!

2011-02-14 Thread Ian Price
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

Re: Error in vector-move-left! & vector-move-right!

2011-02-14 Thread Andy Wingo
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

Re: [bug #31963] guile-config: inconsistent behaviour when run using lilypond configure under meta/uninstalled-env bash or fully install

2011-02-14 Thread Ian Hulin
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