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/results.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -850,7 +850,7 @@ <h3>Python Type System Conformance Test Results</h3>
850
850
<thclass="column col2 conformant">Pass</th>
851
851
<thclass="column col2 conformant">Pass</th>
852
852
<thclass="column col2 conformant">Pass</th>
853
-
<thclass="column col2 conformant"><divclass="hover-text">Pass*<spanclass="tooltip-text" id="bottom"><p>Infers `__match_args__` as having type `tuple[()] | Unknown` for `__match_args__ = ()`</p></span></div></th>
Copy file name to clipboardExpand all lines: conformance/results/ty/dataclasses_match_args.toml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,7 @@
1
-
conformance_automated = "Fail"
1
+
conformance_automated = "Pass"
2
2
conformant = "Pass"
3
-
notes = """
4
-
Infers `__match_args__` as having type `tuple[()] | Unknown` for `__match_args__ = ()`"""
3
+
ignore_errors = ["Type `Unknown | tuple[()]` does not match asserted type `tuple[()]`"]
5
4
errors_diff = """
6
-
Line 49: Unexpected errors ['dataclasses_match_args.py:49:1: error[type-assertion-failure] Type `Unknown | tuple[()]` does not match asserted type `tuple[()]`']
7
5
"""
8
6
output = """
9
7
dataclasses_match_args.py:42:1: error[unresolved-attribute] Class `DC4` has no attribute `__match_args__`
0 commit comments