IRC channel logs
2025-03-12.log
back to list of logs
<lloda>i tried to bisect 75216 but guile wouldn't build or run properly on some of the bisect points and i gave up :-/ <janneke>sneek: tell civodul: just testing sneek <sneek>civodul:, janneke says: just testing sneek <janneke>i guess snuik can learn this level of "tell" (next to later tell) pretty easily <dsmith>I suspect the purpose of the "tell" command (in contrast to "later tell") is when someone has you on /ignore ? <dsmith>I think what I would like instead is if it would recurse one level <dsmith>and "sneek tell janneke bugs? would do soemthing like <dsmith>I think that would be way more useful <dsmith>janneke, Hah, just now saw your mail about snuik <janneke>dsmith: ah, snuik doesn't know about bugs, but you can learn them using something like <janneke>snuik: bugs is send an email to foo@bar.com <janneke>dsmith: i guess the tell command is to try to circumvent a filter or block, dunno <dsmith>I only used "bugs" as an example <janneke>ACTION heads over to #guix for a bit <janneke>yeah, i've made snuik is channel-aware for "info/what" and "later tell" because i didn't like sneek to answer a "later tell" in another channel, but yeah dunno <dthompson>janneke: very cool that you ported snuik to goblins. :) <cow_2001>err mean, it is used in macros before it can be defined <old>cow_2001: where's the problematic code ? <cow_2001>it is a bit convoluted and i do not 100% understand the code <cow_2001>trying to use traversable-stuff as a way of packing up the operations on the traversable datatype over which the peg is defined <old>I don't see bytevector= being used with traversable-stuff? <cow_2001>it is packed into the bytevector-stuff record, then fed into the (generic-cg-... bytevector-stuff) to create code generators specialised on bytevectors <old>in make-cg-utf-n for example? <cow_2001>no, that one is only specific to this module <cow_2001>i use bytevector= there, but it is not using the bytevector-stuff <cow_2001>all these generic-cg-... are defined in /bv-peg/codegen.scm