Skip to content

Commit d80e5c1

Browse files
committed
mark mostly/completely unsupported features as such
1 parent 19d81f9 commit d80e5c1

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

conformance/results/pyrefly/aliases_recursive.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 19: Expected 1 errors

conformance/results/pyrefly/aliases_typealiastype.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 44: Expected 1 errors

conformance/results/pyrefly/aliases_variance.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 24: Expected 1 errors

conformance/results/pyrefly/directives_deprecated.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 18: Expected 1 errors

conformance/results/pyrefly/generics_defaults_referential.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 66: Unexpected errors ['Expected default `TypeVar[X1]` of `Ok1` to be assignable to the upper bound of `float` [invalid-type-var]']

conformance/results/pyrefly/generics_variance.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
conformant = "Unsupported"
12
conformance_automated = "Fail"
23
errors_diff = """
34
Line 77: Expected 1 errors

conformance/results/pyrefly/protocols_explicit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
conformant = "Fail"
1+
conformant = "Unsupported"
22
notes = """
33
Does not check against abstract class instantiations
44
"""

0 commit comments

Comments
 (0)