-
Notifications
You must be signed in to change notification settings - Fork 319
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
Delete checked_cast
and replace `checked_cast_(list|dict|to_tuple|optional)
#3230
Conversation
This pull request was exported from Phabricator. Differential Revision: D67993468 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3230 +/- ##
==========================================
- Coverage 95.88% 95.87% -0.01%
==========================================
Files 513 513
Lines 51710 51650 -60
==========================================
- Hits 49580 49522 -58
+ Misses 2130 2128 -2 ☔ View full report in Codecov by Sentry. |
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
e6b6fd4
to
59f3bb5
Compare
This pull request was exported from Phabricator. Differential Revision: D67993468 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D67993468 |
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
59f3bb5
to
a9abe97
Compare
This pull request was exported from Phabricator. Differential Revision: D67993468 |
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
a9abe97
to
4044522
Compare
This pull request was exported from Phabricator. Differential Revision: D67993468 |
4044522
to
86bad52
Compare
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
Summary: Replace `checked_cast` with pyre_extensions `assert_is_instance` Differential Revision: D67879879
This pull request was exported from Phabricator. Differential Revision: D67993468 |
86bad52
to
2872f67
Compare
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
…ptional) (facebook#3230) Summary: Pull Request resolved: facebook#3230 Make the below replacements: `checked_cast_list` -> `assert_is_instance_list` `checked_cast_dict` -> `assert_is_instance_dict` `checked_cast_to_tuple` -> `assert_is_instance_of_tuple` `checked_cast_optional` -> `assert_is_instance_optional` `_argparse_type_encoder` untouched Differential Revision: D67993468
2872f67
to
674ccff
Compare
This pull request was exported from Phabricator. Differential Revision: D67993468 |
This pull request has been merged in 3c68bd3. |
Summary:
Make the below replacements:
checked_cast_list
->assert_is_instance_list
checked_cast_dict
->assert_is_instance_dict
checked_cast_to_tuple
->assert_is_instance_of_tuple
checked_cast_optional
->assert_is_instance_optional
_argparse_type_encoder
untouchedDifferential Revision: D67993468