IRC channel logs

2019-12-17.log

back to list of logs

<daviid>spk121_: guile-gi has been added to http://sph.mn/foreign/guile-software.html
***Server sets mode: +nt
***catonano_ is now known as catonano
<daviid>str1ngs: hello! I pushed a series of doc patches for the (g-golf) high level api, and although I think you aready know about most of this, if not all about this, I'd recommend you pull, run the make/ make check/make install/make install-html dance, and carefully read the doc for gi-import-function, as well as the some how 'associated' %gi-strip-boolean-result variable
<str1ngs>daviid: thank you will read this ASAP.
***unCork is now known as Cork
***w2gz is now known as w1gz
<lloda>why would it be that (major/minor/micro-version) return "2"/"9"/"7" but (version) returns "UNKNOWN" ?
<lloda>I don't remember if this happened before but I'd say it's a bug https://paste.debian.net/1121359/
<lloda>you can ofc ,bt but the first location report is not useful
***somethinglittle is now known as nothingmuch
***emacsoma1 is now known as emacsomancer
***ng0_ is now known as ng0
<zig>I am actively looking for ways to get paid for my work on nomunofu, babelia and datae. Any advice welcome.
***jao is now known as Guest56215
***matijja``` is now known as matijja
<zig>btw, I just tried blazegraph (the database used by wikidata), nomunofu is query is 4 times faster.
<zig>btw, I just tried blazegraph (the database used by wikidata), nomunofu query is 4 times faster.
<zig>I could not benchmark reliably the import time.
<stis>tja guilers!
<ArneBab>zig: async-std sounds awesome
<ArneBab>zig: but the real test will be whether servers implemented with that outperform other servers
<ArneBab>zig: my main issue with guile-fibers is currently that it never reduces memory consumption: there is no mechanism to reap no longer needed fibers.
<ArneBab>(at least not in the (fibers web server))
<ArneBab>zig: so they’ll need to release their minihttp with async-std and get it into the TechEmpower benchmark
*bavier really wanting truncated-print in the repl right now...
<daviid>bavier: if it is just the repl, follow the instructions here https://www.gnu.org/software/guile-cv/manual/html_node/Configuring-Guile_0027s-repl_002dprint-procedure.html#Configuring-Guile_0027s-repl_002dprint-procedure
<daviid>bavier: for the rasied exceptin system, try to find and apply the patches in the wip-truncate-exception, for you guile version ... or 'manually' the next section steps of the above link ...