<civodul>do we have anything for MIME in Guile? <wingo>ooh hydra found a nice concurrency buf <wleslie>a neverending rope, and a giant glass wall <dsmith-work>wingo: Current git master is failing to build for me on 32bit. Sent mail to guile-dev with the details.. <wingo>tx for the report dsmith-work <wingo>i think it has been failing on 32-bit for a while :/ <wingo>gotta figure out why that is <wingo>tx for the reminder, i had forgotten about that <wingo>we shouldn't release with a problem like that :) <dsmith-work>Dunno. But I do get that warning when hash.c is compiled. <wingo>yeah i had forgotten about that too <wingo>that particular thing is not a problem afaiu ***daviid is now known as Guest71476
***Guest71476 is now known as daviid
***dje__ is now known as xdje
***daviid is now known as Guest38389
***Guest38389 is now known as daviid
<OrangeShark>hello, I am trying to use regular expressions and according to the documentation the match structure always points to characters in the strings, not the individual bytes. <OrangeShark>but the match structure points to the bytes, so for example getting a substring gives me an index error <OrangeShark>well I figured out why it is happening, it has to do with whether wchar was available when guile was compiled <OrangeShark>well there is an #ifdef for whether support will be added <OrangeShark>I was wondering if guile is commonly compiled without wchar support <OrangeShark>but if you run it with guile, it gives an out of range error on substring <paroneayea>wingo: we've talked briefly; there's a bit of discussion between us on the guile mailing list <paroneayea>in other news, horray! I'm back with reliable intarwebs again. <ArneBab>OrangeShark: interactive implicitly calls (setlocale LC_ALL "") <ArneBab>OrangeShark: another difference is that the REPL loads a few modules. See them with ,import <wingo>mark_weaver: do you know more about the build failure on 32-bit? <wingo>i thought it was maybe related to a different branching factor in intsets, but that does not appear to be it