Skip to content

Commit fc5aba7

Browse files
committed
Updated TODO list in README.
1 parent 1e47cbe commit fc5aba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ To run the command-line tool:
8383
Pyright is a work in progress. The following functionality is not yet finished. If you would like to contribute to any of these areas, contact the maintainers of the repo.
8484

8585
* Type inference for generators and async functions
86-
* Add support for inference of subclass type vars based on method parameter types declared in subclass
87-
* Add more tests for type checker
88-
* Validate consistency of subclass type vars across all declared methods
8986
* Report errors for non-quoted forward references of types
9087
* Support for old-style type annotations within comments
9188
* Address the many TODO comments in the code
9289
* Better handling of function decorators (don't punt on type checking)
90+
* Add more tests for type checker
9391
* Validate that all abstract methods are overridden
9492
* Validate parameters for magic functions
9593
* Validate that overridden methods in subclass have same signature as base class methods
9694
* Verify that exception classes inherit from base Exception
95+
* Add support for inference of subclass type vars based on method parameter types declared in subclass
96+
* Validate consistency of subclass type vars across all declared methods
9797
* Validate await / async consistency
9898
* Flag assignments to read-only values (None, True, False, __debug__) as errors
9999
* Revamp support for properties - model with Descriptor protocol, detect missing setter

0 commit comments

Comments
 (0)