Skip to content

Commit 5e66e5e

Browse files
committed
Delete the old descriptions and status for Zuban
1 parent 211b0cb commit 5e66e5e

35 files changed

+0
-149
lines changed

conformance/results/zuban/aliases_typealiastype.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Incorrectly rejects the use of a class-scoped TypeVar in a TypeAliasType definition.
4-
Incorrectly allows type_params= to be an arbitrary tuple.
5-
"""
61
conformance_automated = "Fail"
72
errors_diff = """
83
Line 45: Expected 1 errors

conformance/results/zuban/annotations_forward_refs.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
conformant = "Partial"
22
notes = """
3-
Does not report error for a forward reference that is not enclosed in quotes.
43
Incorrectly generates error for quoted type defined in class scope.
5-
Does not ignore newlines in multi-line unions
64
"""
75
conformance_automated = "Fail"
86
errors_diff = """

conformance/results/zuban/callables_annotation.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Incorrectly treats "*args: T, **kwargs: T" as "..." when T is specialized to Any.
4-
Does not treat "*args: Any, **kargs: Any" as "..." when separated by keyword parameter.
5-
"""
61
conformance_automated = "Fail"
72
errors_diff = """
83
Line 159: Expected 1 errors

conformance/results/zuban/constructors_call_init.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not report errors during binding to self parameter of __init__ method.
4-
Does not reject use of class-scoped type variables in annotation of self parameter in __init__ method.
5-
"""
61
conformance_automated = "Fail"
72
errors_diff = """
83
Line 56: Expected 1 errors

conformance/results/zuban/constructors_call_new.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not support __new__ return type that is not a subclass of the class being constructed.
4-
Does not skip evaluation of __init__ based on __new__ return type.
5-
Does not report errors during binding to cls parameter of __new__ method.
6-
"""
71
conformance_automated = "Fail"
82
errors_diff = """
93
Line 148: Expected 1 errors

conformance/results/zuban/constructors_call_type.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not validate call to custom metaclass __call__ method through type[T].
4-
"""
51
conformance_automated = "Fail"
62
errors_diff = """
73
Line 30: Expected 1 errors

conformance/results/zuban/constructors_callable.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not generate a union type for __new__ and __init__ when converting class to callable.
4-
Does not ignore __init__ based on __new__ return type when converting class to callable.
5-
Does not support __new__ return type that is different from class being constructed.
6-
Struggles with some cases of self types
7-
"""
81
conformance_automated = "Fail"
92
errors_diff = """
103
Line 129: Expected 1 errors

conformance/results/zuban/dataclasses_final.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Wrongly requires a Final dataclass field to be initialized at class level.
4-
Doesn't support Final nested inside ClassVar.
5-
"""
61
conformance_automated = "Fail"
72
errors_diff = """
83
Line 27: Expected 1 errors

conformance/results/zuban/dataclasses_hash.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not report when dataclass is not compatible with Hashable protocol.
4-
"""
51
conformance_automated = "Fail"
62
errors_diff = """
73
Line 15: Expected 1 errors

conformance/results/zuban/dataclasses_slots.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not reject write to instance variable that is not defined in __slots__.
4-
"""
51
conformance_automated = "Fail"
62
errors_diff = """
73
Line 25: Expected 1 errors

0 commit comments

Comments
 (0)