IRC channel logs

2025-06-18.log

back to list of logs

<dthompson>I've been investigating CRDTs lately. fun stuff.
<dthompson>read through https://inria.hal.science/inria-00555588v1/document and made some simplistic implementations of several of the CRDTs described therein
<dthompson>getting more advanced, this tree CRDT seems really cool: https://martin.kleppmann.com/papers/move-op.pdf
<cwebber>💜
<bryce_m>Just built Hoot 0.6.1 on Mac OS X. make check reports 3 tests failing: test-environments, test-eval, test-modules. Does anyone know if that's fine / to be expected and I can ignore them, or do all of the tests ideally pass?
<cwebber>bryce_m: oh curious
<cwebber>I don't think that's expected
<cwebber>but could you paste the errors somewhere?
<dthompson>bryce_m: those aren't expected failures. could indicate platform issues on macos or perhaps the guile you are using isn't fresh enough
<bryce_m>Cool cool, probably just a local issue then. TY.
<dthompson>feel free to file an issue on codeberg with details
<dthompson>given that the things that are failing are all related to the interpreter, I think there's a chance you need a more recent guile git build
<bryce_m>fyi, in Hoot's README.md, the link to Alex's macOSX instructions is broken. Looks like emacs.ch has closed up.
<bryce_m>Might be a replacement: https://github.com/aconchillo/homebrew-guile
<dthompson>bryce_m: ah good catch!