-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial work towards new semantic analyzer (#6240)
Implement basic deferred nodes functionality and remove most of old pass 1 functionality. Also fork `mypy.semanal_shared` since I needed to tweak the signature of anal_type in an incompatible way (there are not other changes in that module). A lot of things still don't work, including functions and more than two passes. There are a small number of tests for the new semantic analyzer, but I made no attempt at achieving good test coverage yet. Work towards #6204.
- Loading branch information
Showing
16 changed files
with
604 additions
and
468 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
Oops, something went wrong.