You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, nothing significant has changed conformance-wise,
but several type checkers have new versions, so we might as well update.
Updated mypy v1.20.2 -> v2.1.0
Updated pyrefly v0.63.1 -> v1.0.0
Updated ty v0.0.35 -> v0.0.38
Updated zuban v0.7.1 -> v0.7.2
Copy file name to clipboardExpand all lines: conformance/results/pyrefly/constructors_callable.toml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ Converting constructor to callable uses __new__ signature instead of __init__
7
7
conformance_automated = "Fail"
8
8
errors_diff = """
9
9
Line 186: Expected 1 errors
10
-
Line 197: Expected 1 errors
11
-
Line 167: Unexpected errors ['assert_type(Class7[int], Class7[str]) failed [assert-type]', "Argument `Literal['']` is not assignable to parameter `x` with type `int` [bad-argument-type]"]
12
10
Line 185: Unexpected errors ['assert_type(Class8[Unknown], Class8[str]) failed [assert-type]']
0 commit comments