Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jan 29, 2025
Commits on Jan 28, 2025
Commits on Jan 26, 2025
Commits on Jan 25, 2025
Fixed bug that results in a crash (due to infinite recursion) if an enum class uses a reference to an enum member in an annotation for that same enum member. This addresses #9740. (#9762)
authoredModified the overload call evaluation logic to conform with the new proposed type specification rules regarding
*args
parameters. This addresses #9748. (#9760)authored- authored
Added code to conform with the new checks mandated in the typing spec for
@final
and@override
applied to an overload. This addresses #9747. (#9757)authored
Commits on Jan 23, 2025
Commits on Jan 22, 2025
Commits on Jan 21, 2025
Commits on Jan 19, 2025
Commits on Jan 15, 2025
- committed
- committed
Commits on Jan 14, 2025
- authored
Added support for bidirectional type inference for assignment statements that are assigning to an index expression that is subscripted by a slice. This addresses #9564. (#9705)
authoredImproved type narrowing for
issubclass
in the negative ("else") case when the subject type istype
orAny
. This addresses #9656. (#9704)authoredFixed bug that results in a spurious "incompatible method override" error when two subclasses with an overloaded method are combined using multiple inheritance. This addresses #9625. (#9700)
authored- authored
Fixed bug that results in an incorrect "overlapping overload" error message in certain cases involving parameters annotated with
Self
. This addresses #9662. (#9698)authored