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/pyre/generics_scoping.toml
+1-2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,5 @@ conformance_automated = "Fail"
20
20
errors_diff = """
21
21
Line 65: Expected 1 errors
22
22
Line 75: Expected 1 errors
23
-
Line 74: Unexpected errors ['generics_scoping.py:74:0 Uninitialized attribute [13]: Attribute `attr` is declared in class `Outer` to have type `Outer.Inner[Variable[T]]` but is never initialized.']
24
-
Line 77: Unexpected errors ['generics_scoping.py:77:4 Uninitialized attribute [13]: Attribute `x` is declared in class `Outer.AlsoBad` to have type `typing.List[Variable[T]]` but is never initialized.']
Fails to reject type alias within generic class that uses class's type variable.
4
+
Fails to reject unbound type variable in constructor call in global scope.
5
+
"""
2
6
output = """
3
7
File "generics_scoping.py", line 29, in <module>: Function MyClass.meth_2 was called with the wrong arguments [wrong-arg-types]
4
-
File "generics_scoping.py", line 39, in method: bad return type [bad-return-type]
5
-
Called from (traceback):
6
-
line 43, in current file
7
-
File "generics_scoping.py", line 39, in method: bad return type [bad-return-type]
8
-
Called from (traceback):
9
-
line 42, in current file
10
8
File "generics_scoping.py", line 50, in fun_3: Invalid type annotation 'List[S]' for z [invalid-annotation]
11
9
File "generics_scoping.py", line 54, in Bar: Invalid type annotation 'List[S]' for an_attr [invalid-annotation]
12
10
File "generics_scoping.py", line 63, in fun_4: Invalid type annotation 'T' [invalid-annotation]
@@ -21,7 +19,6 @@ Line 65: Expected 1 errors
21
19
Line 75: Expected 1 errors
22
20
Line 84: Expected 1 errors
23
21
Line 90: Expected 1 errors
24
-
Line 39: Unexpected errors ['File "generics_scoping.py", line 39, in method: bad return type [bad-return-type]', 'File "generics_scoping.py", line 39, in method: bad return type [bad-return-type]']
25
22
Line 63: Unexpected errors ['File "generics_scoping.py", line 63, in fun_4: Invalid type annotation \\'T\\' [invalid-annotation]']
26
23
Line 74: Unexpected errors ['File "generics_scoping.py", line 74, in <module>: Invalid type annotation \\'Outer\\' [invalid-annotation]']
0 commit comments