IRC channel logs

2026-01-18.log

back to list of logs

<ridley>If anyone is interested, here's the stuff I've been working on with the op:deliver proposals:
<ridley> https://codeberg.org/ridley/Dart_OCapN/src/branch/op_deliver_work
<ridley>Took me a couple extra days because I discovered a side quest problem on the way
<ridley>On the plus side I was able to remove some parts of my code I wasn't the biggest fan of. Even if we don't agree to change the current draft spec I think I'll make some use of these efforts.
<ridley>Some quick notes on this branch:
<ridley>- Promise pipelining is now always enabled for outgoing calls
<ridley>- DeliverOp is no longer sent with resolveMeDesc
<ridley>- DeliverOp now always has an answerPos when a response is requested
<ridley>- ListenOp is now sent the first time the result of an answer promise is requested
<ridley>- An incoming DeliverOp with a resolveMeDesc is still processed correctly
<ridley>Oh yeah sorry I copy/pasted those but hopefully your brains can substitute DeliverOp for op:deliver etc