IRC channel logs

2026-07-06.log

back to list of logs

<tarqnet>Hey all, hope you are having a good weekend! I’m working on an ocapn implementation and am in the process of validating interop with goblins after passing the conformance suite. Unix, web sockets and a custom net layer for wasm over JS message ports are all working so far. For completeness I was wor
<tarqnet>king through all the netlayers in the source tree. I hit a wall with testuds and only after an embarrassingly long time looked at the docs and noticed it was not present. Is this netlayer maintained / something I should worry about?
<tarqnet>Oops realized there’s a different channel for goblins ignore me :)
<jfred>tarqnet: not on the spritely team but my recollection of it is you probably don't need to worry about the testuds netlayer. https://codeberg.org/spritely/goblins/src/branch/main/goblins/ocapn/netlayer/unix-domain-socket.scm is the more sophisticated unix socket netlayer that (I think?) replaced it