Skip to content

Commit ed33b9c

Browse files
committed
rerun
1 parent 1ff577f commit ed33b9c

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

conformance/results/mypy/generics_typevartuple_args.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ generics_typevartuple_args.py:67: error: Too few arguments for "func3" [call-ar
1515
conformance_automated = "Fail"
1616
errors_diff = """
1717
Line 75: Expected 1 errors
18-
Line 76: Expected 1 errors
1918
"""

conformance/results/pyrefly/generics_typevartuple_args.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ ERROR generics_typevartuple_args.py:58:6-9: Unpacked argument `tuple[Literal[1]]
1111
ERROR generics_typevartuple_args.py:59:6-10: Unpacked argument `tuple[Literal['']]` is not assignable to parameter `*args` with type `tuple[int, *tuple[str, ...], str]` in function `func2` [bad-argument-type]
1212
ERROR generics_typevartuple_args.py:67:6-9: Unpacked argument `tuple[Literal[1]]` is not assignable to parameter `*args` with type `tuple[int, str]` in function `func3` [bad-argument-type]
1313
ERROR generics_typevartuple_args.py:75:13-19: Argument `tuple[Literal[1], Literal[2]]` is not assignable to parameter `*args` with type `tuple[int]` in function `func4` [bad-argument-type]
14-
ERROR generics_typevartuple_args.py:76:13-19: Argument `tuple[Literal['1']]` is not assignable to parameter `*args` with type `tuple[int]` in function `func4` [bad-argument-type]
1514
"""

conformance/results/pyright/generics_typevartuple_args.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ generics_typevartuple_args.py:67:1 - error: Argument missing for parameter "args
1414
generics_typevartuple_args.py:75:13 - error: Argument of type "tuple[Literal[1], Literal[2]]" cannot be assigned to parameter "args" of type "tuple[*Ts@func4]" in function "func4"
1515
  "tuple[Literal[1], Literal[2]]" is not assignable to "tuple[int]"
1616
    Tuple size mismatch; expected 1 but received 2 (reportArgumentType)
17-
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"
18-
  "Literal['1']" is not assignable to "int" (reportArgumentType)
1917
"""
2018
conformance_automated = "Pass"
2119
errors_diff = """

conformance/results/zuban/generics_typevartuple_args.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ generics_typevartuple_args.py:59: error: Too few arguments for "func2" [call-ar
1111
generics_typevartuple_args.py:59: error: Argument 1 to "func2" has incompatible type "str"; expected "int" [arg-type]
1212
generics_typevartuple_args.py:67: error: Too few arguments for "func3" [call-arg]
1313
generics_typevartuple_args.py:75: error: Argument 2 to "func4" has incompatible type "tuple[Literal[1], int]"; expected "tuple[int]" [arg-type]
14-
generics_typevartuple_args.py:76: error: Argument 2 to "func4" has incompatible type "tuple[Literal['1']]"; expected "tuple[int]" [arg-type]
1514
"""

0 commit comments

Comments
 (0)