IRC channel logs

2024-02-19.log

back to list of logs

<apteryx>daviid: re commit message style; I try to stick to the GNU ChangeLog guidelines/example per (see info "(standards) Style of Change Logs")
<apteryx>which doesn't use a hanging indent for example
<apteryx>it also mentions to not put blank lines between the entries unless the changes are unrelated
<daviid>i'd prefer you to stick to what i propose ... i know as well as you do those not very good commit style, oterwise i wouldn't enhence them myself ...
<apteryx>I can do so if you feel strongly about it. I see you've been sticking to that variant in other commit messages.
<daviid>great, tx
<apteryx>the guile fibers test suite appears to me a bit excessive (in time used); perhaps it could run only the fast tests by default, and with a switch include the slower ones?
<apteryx>I've logged my request at https://github.com/wingo/fibers/issues/104
<sneek>dsmith: wb
<chsasank>Any good tutorial on guile's ffi? I see swig has guile frontend too - any reviews on that?
<dthompson>haunt 0.3.0 is out! https://dthompson.us/posts/haunt-0-3-0-released.html
<janneke>dthompson: w00T!
<dthompson>:)
<civodul>🎉
<mwette>chsasank: The nyacc ffi-helper is a bit like swig, but generates scheme code: https://www.nongnu.org/nyacc/nyacc-fh-ug.html