Hi, > > Running test suite: -suite ----------------------- > > Running test case: test-util-equivalent-to-class > > Running test case: test-fill-equivalent-to-joined-lines > > Running test case: test-no-collapse-ws > > Running test case: test-no-word-break > > test-util-equivalent-to-class: exception in test: (out-of-range "vector-ref" > > "Value out of range: ~S" (3) (3)) test-no-collapse-ws: exception in test: > > (out-of-range "vector-ref" "Value out of range: ~S" (3) (3)) > > > > 4 run, 2 failed > > FAIL: string.wrap.scm > > > > It would be nice to fix it (or work around it) so we can move more stuff > > to Guile 2.2 soon. > > > > Ludo’. > > It would be nice, indeed! Not sure why the tests are failing with Guile > 2.2. Are there known incompatibilities between Guile 2.0 and Guile 2.2? This was a goops related bug, fiexed in master, just after 2.1.7 was released, it will be in 2.1.8 of course... http://git.savannah.gnu.org/cgit/guile.git/commit/?id=c7fb87cd6e8ccf7e2a47c715a1d4a6cf82d846a3 David