-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[TM] add spec for ImageStore #25101
[TM] add spec for ImageStore #25101
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
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.
Great work! Just a few minor changes. I also suggest that you group the iOS only methods and comment that they are iOS only
What I have found is PS: Please correct me if I am wrong here
|
@mitulsavani switch the common one to be at the top & remove its comment basically. We also need to address all of these test failures. |
@mitulsavani are you going to make some updates to this PR some time today? If not, I can just import this and update the code per @ericlewis comments accordingly. |
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.
@fkgozali has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Actually, since the changes are minor, I'll just edit them when importing, so we can save some time :). We're almost done! |
This pull request was successfully merged by @mitulsavani in 5e6cebe. When will my fix make it into a release? | Upcoming Releases |
Summary: This PR solves part of this issue: facebook#24875 ## Changelog [General] [Added] - add TM spec for ImageStore Pull Request resolved: facebook#25101 Reviewed By: hramos Differential Revision: D15583463 Pulled By: fkgozali fbshipit-source-id: 17e87e8fecb35d42a981b1fb348e40d2b1e91cc6
Summary
This PR solves part of this issue: #24875
Changelog
[General] [Added] - add TM spec for ImageStore
Test Plan
Flow passes