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
Copy file name to clipboardExpand all lines: conformance/results/pyright/generics_typevartuple_args.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
conformant = "Partial"
2
+
notes = """
3
+
Does not correctly solve TypeVarTuple with heterogeneous bounds.
4
+
"""
1
5
conformance_automated = "Fail"
2
6
errors_diff = """
3
7
Line 76: Unexpected errors ['generics_typevartuple_args.py:76:14 - error: Argument of type "tuple[Literal[\\'1\\']]" cannot be assigned to parameter "args" of type "tuple[*Ts@func4]" in function "func4"']
Copy file name to clipboardExpand all lines: conformance/results/pyright/generics_typevartuple_basic.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
conformant = "Partial"
2
+
notes = """
3
+
Does not correctly solve TypeVarTuple with heterogeneous bounds.
4
+
"""
1
5
conformance_automated = "Fail"
2
6
errors_diff = """
3
7
Line 89: Unexpected errors ['generics_typevartuple_basic.py:89:14 - error: Argument of type "tuple[Literal[\\'0\\']]" cannot be assigned to parameter "arg2" of type "tuple[*Ts@func2]" in function "func2"']
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not enforce that tuples captured by TypeVarTuple are of the same length.</p></span></div></th>
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not enforce that tuples captured by TypeVarTuple are same length.</p></span></div></th>
<thclass="column col2 not-conformant"><divclass="hover-text">Unknown<spanclass="tooltip-text" id="bottom"><p>Does not correctly solve TypeVarTuple with heterogeneous bounds.</p></span></div></th>
381
+
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not correctly solve TypeVarTuple with heterogeneous bounds.</p></span></div></th>
382
+
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>Does not correctly solve TypeVarTuple with heterogeneous bounds.</p></span></div></th>
383
383
<thclass="column col2 partially-conformant"><divclass="hover-text">Partial<spanclass="tooltip-text" id="bottom"><p>TypeVarTuple is pinned too early when calling generic function.</p></span></div></th>
Copy file name to clipboardExpand all lines: conformance/results/zuban/generics_typevartuple_args.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
conformant = "Partial"
2
+
notes = """
3
+
Does not correctly solve TypeVarTuple with heterogeneous bounds.
4
+
"""
1
5
conformance_automated = "Fail"
2
6
errors_diff = """
3
7
Line 76: Unexpected errors ['generics_typevartuple_args.py:76: error: Argument 2 to "func4" has incompatible type "tuple[Literal[\\'1\\']]"; expected "tuple[int]" [arg-type]']
Copy file name to clipboardExpand all lines: conformance/results/zuban/generics_typevartuple_basic.toml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
conformance_automated = "Fail"
1
+
conformant = "Partial"
2
2
notes = """
3
3
Does not correctly solve TypeVarTuple with heterogeneous bounds.
4
4
"""
5
+
conformance_automated = "Fail"
5
6
errors_diff = """
6
7
Line 89: Unexpected errors ['generics_typevartuple_basic.py:89: error: Argument 2 to "func2" has incompatible type "tuple[Literal[\\'0\\']]"; expected "tuple[int]" [arg-type]']
0 commit comments