-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Spreading a property always leads to returning an unsealed object, but we can consider the result sealed unless we are spreading an explicitly unsealed object, say, {}. Exactness is determined by the conjunction of flags.exact and Obj_type.sealed_in_op ... flags.sealed, so this fix ensures that we consider more objects exact. Reviewed By: samwgoldman Differential Revision: D7336715 fbshipit-source-id: 8f65ba90b849250bcce399f34065b0c71cbab247
- Loading branch information
1 parent
888abc8
commit 1916b7d
Showing
12 changed files
with
231 additions
and
58 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
Oops, something went wrong.