Skip to content

Commit f124c33

Browse files
committed
Update manual conformance.
1 parent 4932db2 commit f124c33

16 files changed

+4
-62
lines changed

conformance/results/pyre/namedtuples_define_class.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not evaluate correct type for indexed named tuple instance with integer.
4-
Does not evaluate correct type for indexed named tuple instance with slice.
5-
Does not report out-of-range index access with named tuple instance.
6-
Does not reject named tuple element with no default value after one with a default.
7-
Incorrectly rejects assignment of named tuple to a tuple with compatible type.
8-
Does not reject attempt to use NamedTuple with multiple inheritance.
9-
"""
101
output = """
112
namedtuples_define_class.py:32:6 Invalid tuple index [73]: Index 3 is out of bounds for concrete tuple with 3 members.
123
namedtuples_define_class.py:33:6 Invalid tuple index [73]: Index -4 is out of bounds for concrete tuple with 3 members.

conformance/results/pyre/namedtuples_usage.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
conformant = "Partial"
2-
notes = """
3-
"""
41
output = """
52
namedtuples_usage.py:34:6 Invalid tuple index [73]: Index 3 is out of bounds for concrete tuple with 3 members.
63
namedtuples_usage.py:35:6 Invalid tuple index [73]: Index -4 is out of bounds for concrete tuple with 3 members.

conformance/results/pyrefly/callables_kwargs.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 overlap between unpacked TypedDict kwarg and named parameters
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/enums_behaviors.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-
Iterating an enum class gives Any
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/generics_defaults.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
conformant = "Pass"
1+
conformant = "Partial"
22
notes = """
33
Unsolved type var is not always resolved to default (optional)
4+
Defaults are not bound by attribute access
5+
Generic attribute is not visible on class
46
"""
57
conformance_automated = "Fail"
68
errors_diff = """

conformance/results/pyrefly/generics_self_attributes.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 incorrect direct assignment to attribute w/ Self
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/generics_self_protocols.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-
Protocol subtyping does not work with Self in return annotation
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/generics_upper_bound.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-
Instantiation is not validated against bound
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/literals_literalstring.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-
LiteralString is sometimes converted to str
4-
"""
51
conformance_automated = "Pass"
62
errors_diff = """
73
"""

conformance/results/pyrefly/overloads_definitions_stub.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 restrict some decorators to the first overload
4-
Does not require some decorators that need to appear on every overload
5-
"""
61
conformance_automated = "Pass"
72
errors_diff = """
83
"""

0 commit comments

Comments
 (0)