-
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.
Summary: storing class metadata keywords as a `Map` limits them to a single keyword per name. But Python syntax allows duplicate keywords with the same name. this diff: - changes the storage from a map to a vec in order to allow multiple with conflicting names - changes get_class_keyword api to get_class_keywords allowing >1 keyword Reviewed By: stroxler, ndmitchell Differential Revision: D68124675 fbshipit-source-id: 327172dd7f29e6ac9d868dd47fb3c45da5b1004d
- Loading branch information
1 parent
cd42039
commit cc26d35
Showing
5 changed files
with
21 additions
and
39 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
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