-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make invalid record dynamic instead of removing it from stub
Summary: - instead of completely removing a record declaration from stubs if it references a bad type, just make all the fields `dynamic()` - this fixes eqwalizer crash (from the previous diff) and makes logic more consistent - this also (effectively) eliminates "unbound_record" type error in eqWAlizer Reviewed By: michalmuskala, TD5 Differential Revision: D65343028 fbshipit-source-id: 1f79ad1541262ec2ac8f27cd1f2043bd3db45d19
- Loading branch information
1 parent
cd137e0
commit 82b2224
Showing
4 changed files
with
22 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters