IRC channel logs

2017-02-10.log

back to list of logs

<amz3>interesting conversatioin is starting on guix help mailling about how to transform DAG
<dsmith-work>Happy Friday, Guilers!!
<OrangeShark>happy friday
<stis>happy friday!
<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
<amz3>o/
***xdje is now known as dje__
<paroneayea>ArneBab: aha :)
<paroneayea>interesting
<paroneayea>daviid: I tried adding a guile2.2-lib package to guix
<paroneayea>but the tests fail
<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>oh I bet I know why
<paroneayea>hm, maybe I don't know why.
<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: aha :)
<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)
<paroneayea>daviid: pubstrate uses the html parser
<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
<paroneayea>daviid: no just in my guix.scm for right now
<paroneayea>not in guix proper
<paroneayea>just for pubstrate's guix.scm
<paroneayea>until I get it fixed
<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