<amz3>interesting conversatioin is starting on guix help mailling about how to transform DAG <ArneBab>paroneayea: I’m still working on reviewing the recording: audio and video are out of sync and I didn’t get quite the right delay yet ***xdje is now known as dje__
<paroneayea>daviid: I tried adding a guile2.2-lib package to guix <paroneayea>test-util-equivalent-to-class: exception in test: (out-of-range "vector-ref" "Value out of range: ~S" (3) (3)) <paroneayea>test-no-collapse-ws: exception in test: (out-of-range "vector-ref" "Value out of range: ~S" (3) (3)) <paroneayea>my vague guess is that it's goops rewrite related. <johannes>wingo: Hi, I have a question about guile-cairo, and specifically linking to it from C <daviid>paroneayea: indeed, see the '* Known problem:' of the rlease email, and my comment accompanying '... I did not write this code, neither the test-suite, and I had no time left to try to fix this: help is more then welcome! ...' <johannes>wingo: solved it, I had to dynamically load the library run-time <paroneayea>daviid: yeah, either I need to drop the guile-lib dependency or figure out what's going on and help fix this <daviid>paroneayea: yep, I won't fix it. what project of yours depend on what module of guile-lib? (just being curious) <daviid>paroneayea: ok, so it's fine them, (htmlprag) tests pass... <paroneayea>daviid: right, I guess I can disable tests for the moment... <daviid>paroneayea: in guix? all tests? hum, not sure it is a good idea <daviid>paroneayea: couldn't you rather just disable unit-tests/string.wrap.scm? Makefile.am line 74 ... (not that I know if that is even possible, but it seems I did read about 'rewrite' rules in guix that may permit to edit the Makefile.am ... <daviid>paroneayea: the above refers to the $srcdir/unit-tests/Makefile.am, you could also disable its installation as well, $srcdir/src/Makefile.am line 107 <paroneayea>davexunit_: yeah I could patch out that specific test