-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Represent :Capability type as *capnp.Client. #232
Conversation
b18e3d9
to
a185ba0
Compare
No idea why tests are failing. They pass on my machine 😕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor things in line, but otherwise LGTM; thanks for doing this. Obviously we also need to figure out why the tests are failing.
My pleasure, this was a fun one!
I'll take a look at that now. I'm admittedly quite stumped, though, as I can't reproduce the failure on my machine. |
AFAICT the tests are actually passing, but the CI script is (sometimes?) interpreting calls to Notice the last line 👇
|
Hm, looking at this I don't think the t.Log is the issue: see https://github.com/capnproto/go-capnproto2/runs/6230315382?check_suite_focus=true#step:4:1616; it looks like the race detector is what's complaining. Otherwise LGTM, but we need to figure out what's going on there. |
Oh weird, I must have scrolled right over that. Why isn't that happening on my end, I wonder ... 🤔 Digging into this now. |
59da94b
to
9d36a21
Compare
It's pretty clear this isn't the source of the data races, so I'm going to merge. |
Addresses #192.