Joe Lee
Joe Lee
Good catch... Might be worth noting that not-null assertions in kj code are typically done by wrapping expressions in `KJ_REQUIRE_NONNULL(expr, "some message")`, which may explain why the issue hadn't become...
Good to know. Yeah, I was curious if it would work for pointers, so I dug a little into the implementation, and it looks like it should, although I guess...
I'm not sure exactly how the new field is intended to be consumed, but it might be worth noting that `scriptId` is an internal ID, which isn't intended to be...
Not sure of any exact plans, but: - There is a [long-standing TODO](https://github.com/capnproto/capnproto/blob/5303d877/c%2B%2B/src/kj/async.h#L341-L342) to eventually provide something like that. - The code has changed quite a bit since PR #452,...
Looks like Josh's branch is in a personal repo... I couldn't find a way in the github UI to update the PR to use a different branch, so I opened...