-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaner separatation between Module and Universe variables.
- In the global frame, rename "parent" into "universe" to clarify what it is. - Function `moduleLookup` now does the right thing. It doesn't check the universe anymore. This means that we now forbid (with --incompatible_static_name_resolution) this: a = len("abc") len = 2 #5827 RELNOTES: None. PiperOrigin-RevId: 213647873
- Loading branch information
Showing
3 changed files
with
78 additions
and
61 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