forked from google/skylark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builtin: rename type to "builtin_function_or_method" (google#30)
* builtin: rename type to "builtin_function_or_method" Also: - remove all uses of "builtin" as a noun. Now it's always "built-in function" (or method). Change-Id: I2c81bb19800c40ed0f781b77449baa63333cb5e7 * set: in x|y, require that y is a set if x is a set (google#29) The old functionality can still be accessed using x.union(y). * type: clarify difference from Java Change-Id: If36d4c5e97bb48c088356a7b538d4db0c165054c * builtin: rename type to "builtin_function_or_method" Also: - remove all uses of "builtin" as a noun. Now it's always "built-in function" (or method).
- Loading branch information
Showing
7 changed files
with
49 additions
and
42 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
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