-
Notifications
You must be signed in to change notification settings - Fork 321
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
reap gen_multiple and replace with gen_for_multiple_with_multiple #3436
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D67319697 |
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
93d0a5c
to
8ca6593
Compare
This pull request was exported from Phabricator. Differential Revision: D67319697 |
…cebook#3436) Summary: Pull Request resolved: facebook#3436 This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
8ca6593
to
6b66027
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3436 +/- ##
=======================================
Coverage 95.99% 95.99%
=======================================
Files 539 539
Lines 52874 52819 -55
=======================================
- Hits 50757 50705 -52
+ Misses 2117 2114 -3 ☔ View full report in Codecov by Sentry. |
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
6b66027
to
bd5d0a6
Compare
This pull request was exported from Phabricator. Differential Revision: D67319697 |
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
bd5d0a6
to
e1a77fa
Compare
This pull request was exported from Phabricator. Differential Revision: D67319697 |
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
…cebook#3436) Summary: This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple. We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now. Internal - Tldr: {F1973912988} See diff 1/n in the stack for context Reviewed By: saitcakmak Differential Revision: D67319697
Summary:
This diff removes _gen_multiple and replaces it with calls to gen_for_multiple_with_multiple.
We plan to replace gen() with gen_for_multiple_with_multiple() with the Ax1.0 release so will keep both around for now.
Internal
Tldr:
{F1973912988}
See diff 1/n in the stack for context
Reviewed By: saitcakmak
Differential Revision: D67319697