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/mypy/annotations_forward_refs.toml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,8 @@ annotations_forward_refs.py:96: error: Expression is of type int?, not "int" [a
31
31
"""
32
32
conformance_automated = "Fail"
33
33
errors_diff = """
34
-
Line 22: Expected 1 errors
35
-
Line 23: Expected 1 errors
36
34
Line 24: Expected 1 errors
37
35
Line 25: Expected 1 errors
38
-
Line 66: Expected 1 errors
39
36
Line 87: Unexpected errors ['annotations_forward_refs.py:87: error: Function "annotations_forward_refs.ClassD.int" is not valid as a type [valid-type]']
40
37
Line 96: Unexpected errors ['annotations_forward_refs.py:96: error: Expression is of type int?, not "int" [assert-type]']
Copy file name to clipboardExpand all lines: conformance/results/zuban/annotations_forward_refs.toml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,14 @@ Does not ignore newlines in multi-line unions
6
6
"""
7
7
conformance_automated = "Fail"
8
8
errors_diff = """
9
-
Line 22: Expected 1 errors
10
-
Line 23: Expected 1 errors
11
9
Line 24: Expected 1 errors
12
10
Line 25: Expected 1 errors
13
-
Line 66: Expected 1 errors
14
11
Line 82: Unexpected errors ['annotations_forward_refs.py:82: error: Name "str" is not defined [name-defined]']
15
12
Line 87: Unexpected errors ['annotations_forward_refs.py:87: error: Function "annotations_forward_refs.ClassD.int" is not valid as a type [valid-type]']
16
13
Line 95: Unexpected errors ['annotations_forward_refs.py:95: error: Expression is of type "Any", not "str" [misc]']
17
14
Line 96: Unexpected errors ['annotations_forward_refs.py:96: error: Expression is of type "Any", not "int" [misc]']
18
-
Line 104: Unexpected errors ['annotations_forward_refs.py:104: error: invalid syntax [syntax]']
0 commit comments