IRC channel logs

2014-06-30.log

back to list of logs

***Soft- is now known as Soft
***george2 is now known as george2_
***george2_ is now known as george2
***george2 is now known as george2_
***george2_ is now known as george2
<wingo>greets
<nalaginrut> http://nalaginrut.com/archives/2014/06/30/uroboros%3A-the-power-of-high-order-function
***bhattigurjot1 is now known as bhattigurjot
<civodul>Hello Guilers!
<ijp>civodul: how do you run just one of the guix tests?
<civodul>sneek: later tell ijp make check TESTS=tests/store.scm, for instance
<sneek>Will do.
<civodul>oops, ECHAN
<dsmith-work>wingo: I started a master build from a fresh checkout last night (git clean -dxf). Was still compiling eval.scm this morning. Either hung or taking a *really* long time.
<wingo>dsmith-work: that sounds bad
<dsmith-work>32bit single core.
<wingo>ah, i have a thing to fix.
<wingo>was that on your mips?
<dsmith-work>No. My laptop.
<wingo>i need to make something stay in the fixnum range for 32-bit machines
<wingo>indeed that could cause it to fail
<wingo>tx for the report
<dsmith-work>THat mips box just got too flakey. Weird things.
<wingo>(some code relies on eq-ness of answers, and for bignums obviously that won't work)
<dsmith-work>Like not installing packages correctly.
<dsmith-work>wingo: If you didn't know, sneek runs on arm now. A beaglebone black.
<wingo>neat
<ArneBab>dsmith-work: do you think you could lend a sneek to the #freenet channel? We‘ve been lacking a good bot for some time now.
<ArneBab>bbl
<daviid>heya guilers!
<daviid>wingo: wrap to cogl pixel format added: (genum-class->value-table <cogl-pixel-format>) -> $15 = #(... (rgb-888 "COGL_PIXEL_FORMAT_RGB_888" 2) (bgr-888 "COGL_PIXEL_FORMAT_BGR_888" 34) (rgba-8888 "COGL_PIXEL_FORMAT_RGBA_8888" 19) ...)
<daviid>clutter_image_set_data, or set-data compiles and ready to be used. the problem is that (get-pixels my-gdk-pixbuf) -> #<gw:wcp <guchar*> 0x415a3a0>, set-data expect a <guint8*>, what is the magix here, if any?
<daviid>(set-data img (get-pixels pb) (if (get-has-alpha pb) 'rgba-8888 'rgb-888) (get-width pb) (get-height pb) (get-rowstride pb)) -> ERROR: In procedure clutter-image-set-data: Wrong type argument in position 2: #<gw:wcp <guchar*> 0x415a3a0>
<ArneBab>re
<dsmith-work>ArneBab: #freenet? How many people in the channel?
<ArneBab>dsmith-work: 40 or 50
<daviid>wingo: I reproducing the following example: https://github.com/GNOME/clutter/blob/master/examples/bin-layout.c [line 224 to 235], and i guess the compiler would not complain... is it our wrapper which complains, in this case too strong on pointer type(s), and then maybe I should write a special wrapper in clutter-support.c that pass the get-pixels pointer 'as is' ?
<dsmith-work>Hmm.
<dsmith-work>ArneBab: Is there much crossover with #guile? (there seems to be quite a bit for #guix)
<dsmith-work>ArneBab: The thing is, sneek doesn't keep track of channels.
<ArneBab>dsmith-work: I would have to check that manually
<ArneBab>so if I told it to later tell someone something, it could be said in another channel?
<dsmith-work>The first channel that person speaks in.
<ArneBab>then I think this would likely not create a lot of confusion.
<dsmith-work>ArneBab: be gentle
<ArneBab>dsmith-work: thank you!
<daviid>wingo: forget about my quizz, i got an answer on #c and will try that