-
Notifications
You must be signed in to change notification settings - Fork 617
Migrate from is(Not)SameAs to is(Not)SameInstanceAs. #505
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
Conversation
Hi @cpovirk. Thanks for your PR. I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
This failed because there were references to isSame in Kotlin? e.g.
|
Almost certainly -- thanks! I'd been waiting for https://android-ci.firebaseopensource.com/view/gcs/android-ci/pr-logs/pull/firebase_firebase-android-sdk/505/check-changed/1137094697949335553/ to load. /test check-changed |
Oh, I found the "Raw build-log.txt" link. And yes, if you were in any doubt, you're correct :) |
...and I didn't search for all Kotlin references, so I missed some... in fact, the exact ones you pointed out. Fixed now, I hope. |
/test check-changed |
Phew, passed this time :) |
They behave identically, and the old names are being removed. This requires updating to Truth 0.44 or higher, so I've gone straight to 0.45.
Resolved merge conflict. (d9ed980 had also updated Truth, though only to 0.44. I can use 0.44 in my PR if you prefer.) |
/test all |
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.
I've re-scheduled presubmits once again as our repo has just migrated to androidx so I just want to make sure your PR still builds fine. Please wait for them to succeed before merging.
Thanks. Looks like all is well. I don't have write access, so I can't do any damage, but someone else can merge when desired :) |
They behave identically, and the old names are being removed.
This requires updating to Truth 0.44 or higher, so I've gone straight to 0.45.