-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make attribute lookups return
Attribute
Summary: This commit consolidates the `attr::Attribute` datatype as the general way to encode an attribute lookup; both instance and class attributes now use this. By making this change, and eliminating all of the direct calls that rely on an attribute being a `Type`, we now finally have enough plumbing in the right places to be able to represent cases where the get and set action behave differently. Reviewed By: ndmitchell Differential Revision: D68687292 fbshipit-source-id: 4ec00b87d36fe710b83bd3dc1fa95561fbd7b480
- Loading branch information
1 parent
a4e92f5
commit a22516a
Showing
4 changed files
with
22 additions
and
21 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