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
Bump type checker versions in conformance tests. (#2293)
* Bump type checker versions in conformance tests.
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
* Remove stale notes.
Copy file name to clipboardExpand all lines: conformance/results/pyrefly/constructors_callable.toml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
conformant = "Partial"
2
2
notes = """
3
3
Converting constructor to callable does not preserve class-scoped type params.
4
-
Converting constructor to callable does not substitute Self in __new__
5
-
Converting constructor to callable uses __new__ signature instead of __init__
6
4
"""
7
5
conformance_automated = "Fail"
8
6
errors_diff = """
9
7
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
8
Line 185: Unexpected errors ['assert_type(Class8[Unknown], Class8[str]) failed [assert-type]']
0 commit comments