-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
'[skip ci] [codegen] Array'\''s with unparsable element tyoe'\''s are explicitly Any vs missing #46221
Conversation
This pull request was exported from Phabricator. Differential Revision: D61825742 |
This pull request was exported from Phabricator. Differential Revision: D61825742 |
… explicitly Any vs missing (facebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Differential Revision: D61825742
e9475a0
to
2281196
Compare
This pull request was exported from Phabricator. Differential Revision: D61825742 |
2281196
to
1d86bb1
Compare
…acebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Differential Revision: D61825742
… explicitly Any vs missing (facebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D61825742
1d86bb1
to
cdca677
Compare
This pull request was exported from Phabricator. Differential Revision: D61825742 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D61825742 |
… explicitly Any vs missing (facebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D61825742
cdca677
to
60b3308
Compare
…acebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D61825742
60b3308
to
dc3377f
Compare
This pull request was exported from Phabricator. Differential Revision: D61825742 |
…acebook#46221) Summary: Pull Request resolved: facebook#46221 Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D61825742
dc3377f
to
7634809
Compare
This pull request was exported from Phabricator. Differential Revision: D61825742 |
This pull request has been merged in 0b56cca. |
This pull request was successfully merged by @TheSavior in 0b56cca When will my fix make it into a release? | How to file a pick request? |
Summary: Previously the schema special cased unparseable elementType with elementType just being undefined. This causes issues for logic that requires recursively matching types. Instead of being implicit, this makes them explicitly an AnyTypeAnnotation
Differential Revision: D61825742