IRC channel logs
2025-02-08.log
back to list of logs
<apteryx>I'm still curious whether we could modernize to use UTF-8 in place of latin1 and avoid the problem in a simpler way. Perhaps the tests can now tell. <mra>i'm having a bit of difficulty with doing foreign-library stuff with guile on nix because nix doesn't place shared object files in the usual place. i can fix this by supplying an absolute path within the nix store to `foreign-library-function` or what have you, but surely there's a better way? <mra>sorry, i know that this is kind of a nix question...