-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
red_knot: first attempt at string annotation
This separates the inference of string annotations in the deferred region. But, this creates complications in annotations that are only partially stringified e.g., `tuple[int, "Foo"]` where "Foo" is a forward reference. This commit exists so as to create a checkpoint in case some of the ideas explored here are useful.
- Loading branch information
1 parent
5c548dc
commit 6217f48
Showing
5 changed files
with
350 additions
and
44 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.