IRC channel logs

2025-02-28.log

back to list of logs

<graywolf>Hi! Any commiter bored? #68506 up for review :)
<graywolf>And also v2 of #74841 I guess.
<lloda>pushed the patches for #76621 and #74841. Feel free to close them
<dariqq>currently trying to understand guile-snarf and am a bit confused. In my example i need to guard against SCM_MAGIC_SNARFER to prevent the .x files from inclusion but I dont know why all the (automake) examples I look at dont need to do that
<dariqq>i think I found the reason. I just had a missing include flag in the snarfer args
<cow_2001>dthompson: how do i get a list of all posts in haunt so that i may do something like making a list of all tags in posts?
<cow_2001>building a list
<dsmith>dariqq, Probably becuse the build rules create the .x files first
<dariqq>dsmith: not the build rules but the snarfer itself seems to create the .x file before having fully expanded the c source. This is not a problem if the output directory is the include flags of the snarfer. In my case I only had the ones for guile
<dthompson>cow_2001: every builder is passed the site object and a list of all posts
<__monty__>For statistical procedures like median and average is there no standard library module?
<__monty__>Or am I just failing to search through the reference manual?
<old>__monty__: AFAIK there's is not
<old>here are some I made for my project: https://paste.sr.ht/~old/86d22151c203d827db6f1d556d45951fd4940e30
<old>feel free to use them
<__monty__>old: Huh, surprising, thanks!
<civodul>lloda: looks like we were both looking at the backlog at the same time :-)