Highlights
- Pro
- 38 discussions answered
Popular repositories
-
-
TypeScript Public
Forked from microsoft/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript
-
NoSQLProvider Public
Forked from microsoft/NoSQLProvider
A cross-browser/platform indexeddb-like client library
TypeScript
-
bonsaiai.github.io Public
Forked from BonsaiAI/bonsaiai.github.io
Bonsai's Slate Developer Documentation
JavaScript
-
typeshed Public
Forked from python/typeshed
Collection of library stubs for Python, with static types
Python
-
python-language-server Public
Forked from microsoft/python-language-server
Microsoft Language Server for Python
C#
415 contributions in the last year
Contribution activity
October 2021
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
microsoft/pyright
1
merged
Reviewed 3 pull requests in 3 repositories
microsoft/python-type-stubs
1 pull request
microsoft/pylance-release
1 pull request
microsoft/pyright
1 pull request
Created an issue in microsoft/pyright that received 6 comments
Improve checks for runtime errors related to enums
Mypy contributors are working on adding static checks for several enum-related usages that result in runtime errors. python/mypy#11248 These include:
Opened 16 other issues in 1 repository
microsoft/pyright
2
open
14
closed
- Long analysis time in sympy sources
- Long analysis time for scipy.optimize module
- Improve type narrowing for enums in pattern matching statement
- Pattern matching type evaluation fails for "as" clause within class pattern argument expression
-
Incorrect type evaluation for sequence patterns when matched target is
object - Use of type alias in class pattern should be flagged as error
-
False positive parse error when
matchis used as a variable - Add support for type narrowing assigning dictionary expression to TypedDict with not-required keys
- Overload implementation consistency check false negative
-
Inferred return type of
selfis not properly applied when method is async - pyright passing AnyStr to AnyStr (os.scandir) results in error
- pyright faulty diagnostics for AnyStr = TypeVar('AnyStr', bytes, str) on generic class (Python os)
-
Dict
.getType Checking - Diagnostic check for "reportMissingParameterType"
- Switch default python version from 3.9 to 3.10
- Inferred type of variable is partially unknown within loop