GitHub / sourcegraph/scip-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 14f45871 | Added support for synthesized `__slots__` symbol in dataclasses that are cons... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 8a93373e | Added support for "naked" `ClassVar` used to annotate a class variable that i... | Eric Traut <e****r@m****m> | over 3 years ago | |
| f6306922 | Fixed a bug that led to the incorrect evaluation of a symbol imported through... | Eric Traut <e****r@m****m> | over 3 years ago | |
| e7668aef | Added support for a TypeGuard function where the first argument is a TypeVar.... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 98e2134e | Reduced verbosity of CLI output for non-error conditions. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 968ffc90 | Revert "Fixed a bug that led to the incorrect evaluation of a symbol imported... | Eric Traut <e****r@m****m> | over 3 years ago | |
| cca8ce8a | Fixed a bug that led to the incorrect evaluation of a symbol imported through... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 903fd3ce | Added support for argument dictionary unpacking when the type of the unpacked... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 02e3e965 | Fixed bug that resulted in false positive "incompatible variance" error when ... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 8d9ad795 | Fixed recent regression that caused a crash in the signature help provider. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 56c6eddc | Fixed bug that caused diagnostic for implicit override to be reported as part... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 04471971 |
pull-pylance-with-pyright-1.1.300 (#4816)
Co-authored-by: Bill Schnurr <b****r@m****m>, HeeJae Chang <h****g@m****m>, Erik De Bonte <e****d@m****m>, Rich Chiodo <r****o@m****m> |
PylanceBot <9****t@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f9a73829 | Published 1.1.300 | Eric Traut <e****r@m****m> | over 3 years ago | |
| 3ae66f24 | Fixed a recent regression that resulted in a false positive error when a mult... | Eric Traut <e****r@m****m> | over 3 years ago | |
| ae873e49 | Fixed regression that resulted in internal corrupt state and odd behaviors li... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 23cac902 | Added small simplification and performance improvement in code path that adds... | Eric Traut <e****r@m****m> | over 3 years ago | |
| bc15a7b7 | Fixed a couple of misspellings in comments. No functional change. | Eric Traut <e****r@m****m> | over 3 years ago | |
| d860256d | Extended support for reportUnnecessaryComparison check to handle dataclass ty... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 54dbe9a8 | Fixed a bug that led to the incorrect type resolution for unsupported functio... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 25267315 | Updated typeshed stubs to the latest version. | Eric Traut <e****r@m****m> | over 3 years ago | |
| b9e72bf1 | Improved consistency of type narrowing on assignment when the target is a var... | Eric Traut <e****r@m****m> | over 3 years ago | |
| d36c5249 | Fixed a couple of bugs in the type narrowing logic for class pattern matching... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 7ad4a8ea | Added support for `@deprecated` in an `__init__` method when constructing a c... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 575adcb2 | Fixed a bug that can result in infinite recursion (and a subsequent crash) wh... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 1af9bf87 | fixed missing imports inside try/catch blocks when createTypeStub comm… (#4796) |
Bill Schnurr <b****r@m****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 68a8e98a |
pull-pylance-with-pyright-1.1.299 (#4797)
Co-authored-by: Bill Schnurr <b****r@m****m>, HeeJae Chang <h****g@m****m>, Erik De Bonte <e****d@m****m>, Rich Chiodo <r****o@m****m> |
PylanceBot <9****t@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cb9952a0 | Improved hover text for methods that are synthesized (e.g. the `get` method f... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 34e12fc1 | Added support for `clear` and `popitem` methods on TypedDict instance that is... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 9af43f28 | Fixed bug that resulted in a crash when user types `import` without a follow-... | Eric Traut <e****r@m****m> | over 3 years ago | |
| c7c70357 | Changed the logic in the code flow engine so it never attempts to infer a NoR... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 0997c335 | Fixed regression that caused a crash in the presence of the illegal statement... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 425908ec | Fixed bug that resulted in a false positive error relating to variance incomp... | Eric Traut <e****r@m****m> | over 3 years ago | |
| e2e3a5c9 | Added new diagnostic check `reportImplicitOverride`. This addresses https://g... | Eric Traut <e****r@m****m> | over 3 years ago | |
| c7ab8045 | Performance: Further improved perf when determining type compatibility of uni... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 99c73a0f | Performance: sped up type analyzer by 5-25% by caching types that have been c... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 2ca9a8af | Fixed regression that resulted in a false positive error when using an index ... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 6de73754 |
Push pylance changes to pyright (#4783)
Co-authored-by: Bill Schnurr <b****r@m****m>, HeeJae Chang <h****g@m****m>, Erik De Bonte <e****d@m****m>, Rich Chiodo <r****o@m****m> |
Erik De Bonte <e****d@m****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cebfc312 |
Bump webpack from 5.75.0 to 5.76.0 in /packages/pyright (#4774)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| ac9b89c2 | Published 1.1.299 | Eric Traut <e****r@m****m> | over 3 years ago | |
| c272a608 | Fixed a bug that led to incorrect "circular reference" error for a type alias... | Eric Traut <e****r@m****m> | over 3 years ago | |
| ce66cc21 | Fixed a bug that led to a false negative when a non-Generic class has a metac... | Eric Traut <e****r@m****m> | over 3 years ago | |
| a28fb5d5 | Fixed bug that caused incorrect results with `--verifytypes` when `NewType` w... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 7c23b1af | Updated logic for PEP 696 (TypeVarLike "defaults") to change the syntax for P... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 128e1694 | Fixed regression that led to a false positive error in some cases where when ... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 65fc7325 | Fixed a recent regression that resulted in multi-part imports being evaluated... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 65ca325a | Changed `# pyright: basic` file-level comment so it overrides "strict" settin... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 3f987e31 | Fixed broken links in README for npmjs page. Added missing link to command li... | Eric Traut <e****r@m****m> | over 3 years ago | |
| ec8f6fd5 | Fixed display issue with name of module when it is imported implicitly as par... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 9c6ebad3 | Updated mypy comparison to reflect change in mypy's type narrowing capabilities. | Eric Traut <e****r@m****m> | over 3 years ago | |
| f61304ed | Fixed bug that caused incorrect evaluation of numeric literals expressed as b... | Eric Traut <e****r@m****m> | over 3 years ago | |
| adc46d3d |
pull-pylance-with-pyright-1.1.298 (#4745)
Co-authored-by: Bill Schnurr <b****r@m****m>, HeeJae Chang <h****g@m****m>, Erik De Bonte <e****d@m****m>, Rich Chiodo <r****o@m****m> |
PylanceBot <9****t@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 574fc599 | Published 1.1.298 | Eric Traut <e****r@m****m> | over 3 years ago | |
| 92c32b08 | Updated typeshed to the latest stubs. | Eric Traut <e****r@m****m> | over 3 years ago | |
| da2498b0 | Changed implementation for `@typing.deprecated` so the code doesn't assume it... | Eric Traut <e****r@m****m> | over 3 years ago | |
| dd9fa29f | Fixed a regression that resulted in a false positive in some rare cases when ... | Eric Traut <e****r@m****m> | over 3 years ago | |
| d016ff41 | Published 1.1.297 | Eric Traut <e****r@m****m> | over 3 years ago | |
| c83a95e6 | More improvements to documentation. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 8e562156 | Added experimental support for inlined TypedDict definitions using the `dict[... | Eric Traut <e****r@m****m> | over 3 years ago | |
| a8753c74 | Small code cleanup — added options interface for getTypeArgs function. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 414dce17 | Updated documentation for import modeling differences between mypy and pyright. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 1fdeadec | Improved "getting started" documentation. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 4bc7c6ea | Removed the old dataclass_transform spec. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 32a29fb0 | Fixed several bugs relating to types of callables (functions, methods, lambda... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 7c2205b2 | Added check and corresponding error for use of an unpacked tuple in a `Concat... | Eric Traut <e****r@m****m> | over 3 years ago | |
| d3b15d1c | Fixed a bug whereby the signature help and hover text for an overloaded metho... | Eric Traut <e****r@m****m> | over 3 years ago | |
| a00a0269 | Fixed capitalization inconsistency in docs. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 08b2cb46 | Did a consistency pass on documentation markdown. | Eric Traut <e****r@m****m> | over 3 years ago | |
| f7db5822 | Ran auto-formatter on html to avoid style issue in CI. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 8f176733 | Fixed main Pyright link in sidebar. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 400dd260 | Another small tweak to docs sidebar. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 2c4a9da2 | More tweaks to documentation and README files. Added a navbar to docs site. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 65874c52 | Small tweak for main docs page. | Eric Traut <e****r@m****m> | over 3 years ago | |
| deabba5e | Tweaked documentation theming and added language highlighting for json. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 2827c94d | Small correction to settings documentation. | Eric Traut <e****r@m****m> | over 3 years ago | |
| dc87fa46 | Added a missing HTML tag to index.html. | Eric Traut <e****r@m****m> | over 3 years ago | |
| f7be9cc5 | A few more README tweaks. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 6cb2f4a0 | Moved installation instructions and FAQ to their own docs pages, further simp... | Eric Traut <e****r@m****m> | over 3 years ago | |
| b61f121e | Minor tweak to README. | Eric Traut <e****r@m****m> | over 3 years ago | |
| fe4eec0a | Added link to new documentation on main README. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 4c4aec52 | Added support for docsify-based docs site. | Eric Traut <e****r@m****m> | over 3 years ago | |
| b3fd9621 | Fixed bugs in documentation. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 09161fdc | Added an error message for `Concatenate` if a `TypeVarTuple` is used in the c... | Eric Traut <e****r@m****m> | over 3 years ago | |
| f8edba07 | Fixed regression in `--verifytypes` where variables assigned from calls to `T... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 6f07019c | Switched from a map to a set in type verifier. No functional change. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 5180be80 | Fixed bug that resulted in the incorrect type evaluation for a function or me... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 735c19a1 | Improved documentation for `...` function bodies. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 7197a8d6 | Added documentation for import statements. | Eric Traut <e****r@m****m> | over 3 years ago | |
| bafc4d09 | Added common routine for determining whether a type is a metaclass instance. | Eric Traut <e****r@m****m> | over 3 years ago | |
| f82de84b | Changed `reportSelfClsParameterName` check to accept `mcs` and `mcls` for fir... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 315031a4 | Fixed a bug that led to a false positive error when using a subclass of `type... | Eric Traut <e****r@m****m> | over 3 years ago | |
| dbe9e3ab | Fixed misspelling in variable name. | Eric Traut <e****r@m****m> | over 3 years ago | |
| 69101282 | Changed import modeling behavior for import statements with multi-part module... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 92817219 | Fixed bug that resulted in incorrect type evaluation of arguments to `functoo... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 58db719c | Fixed performance issue that affected long if/elif chains. This addresses htt... | Eric Traut <e****r@m****m> | over 3 years ago | |
| a36c24c3 | Fixed recent regression that caused incorrect behavior when `Required` and `N... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 364cb030 | Fixed a bug that resulted in an incorrect reporting of "unreachable code" aft... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 0a206e88 | Removed the need for the binder to understand `typing.Required` and `typing.... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 05371729 | Removed some unused fields. | Eric Traut <e****r@m****m> | over 3 years ago | |
| f8ce7ca1 | Made JSON parsing stricter for the pyrightconfig.json file. Previously, a JSO... | Eric Traut <e****r@m****m> | over 3 years ago | |
| 30356626 | If no files are found and no errors are detected but the `--outputjson` comma... | Eric Traut <e****r@m****m> | over 3 years ago |