Skip to content

Commit 5cccea4

Browse files
committed
Remove stale notes.
1 parent ac7de0e commit 5cccea4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

conformance/results/pyrefly/constructors_callable.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
conformant = "Partial"
22
notes = """
33
Converting constructor to callable does not preserve class-scoped type params.
4-
Converting constructor to callable does not substitute Self in __new__
5-
Converting constructor to callable uses __new__ signature instead of __init__
64
"""
75
conformance_automated = "Fail"
86
errors_diff = """

conformance/results/results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ <h3>Python Type System Conformance Test Results</h3>
830830
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not generate a union type for __new__ and __init__ when converting class to callable.</p><p>Does not ignore __init__ based on __new__ return type when converting class to callable.</p><p>Does not support __new__ return type that is different from class being constructed.</p></span></div></th>
831831
<th class="column col2 conformant">Pass</th>
832832
<th class="column col2 conformant">Pass</th>
833-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Converting constructor to callable does not preserve class-scoped type params.</p><p>Converting constructor to callable does not substitute Self in __new__</p><p>Converting constructor to callable uses __new__ signature instead of __init__</p></span></div></th>
833+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Converting constructor to callable does not preserve class-scoped type params.</p></span></div></th>
834834
<th class="column col2 conformant">Pass</th>
835835
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not include `__init__` when `__new__` returns `Self`.</p><p>Does not respect `NoReturn` return type on metaclass `__call__`.</p><p>Does not ignore `__init__` when `__new__` returns `Any`.</p><p>Unions overload return types.</p></span></div></th>
836836
</tr>

0 commit comments

Comments
 (0)