-
Notifications
You must be signed in to change notification settings - Fork 4
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
Don't use pointers to interfaces #294
Conversation
918cff4
to
7ebb389
Compare
7ebb389
to
5568dac
Compare
Thanks! |
Tests seem to be failing because of #295 |
Thanks for the fix in the other PR.
Let me retry the test. Meantime let me investigate why the error happened in the first place. |
5568dac
to
498f7da
Compare
I found the root cause of the test failure. We pulled in a new version of JVS in which it changed the logic to use I will send a fix soon. |
That said, I expect the test will still fail here :( |
Co-authored-by: Chen Shou <cshou@google.com>
Depends on abcxyz/jvs#117 first