-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial prototype of typed modules * Using "placeholder class" for representing module types * Enhance module imports * Fix support for untyped modules * Fix support for multiple typed module imports * Remove redundant log statements * Update type of loadedModulesTypes * Handle built-in functions as special cases * Add typed modules tests * Load types only when variant is Typed * Revert temporary fixes * Fix bug such that untyped module should not be type-checked * Changed code according to code review
- Loading branch information
Showing
7 changed files
with
472 additions
and
20 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.