Skip to content

Commit 2c332a0

Browse files
committed
update report
1 parent b0a09e2 commit 2c332a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

conformance/results/results.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>Python Type System Conformance Test Results</h3>
227227
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;typeforms_typeform</th>
228228
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not support assigning Union and GenericAlias objects to their runtime types.</p></span></div></th>
229229
<th class="column col2 not-conformant">Unsupported</th>
230-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>TypeForm[Any] is not considered equivalent to itself.</p></span></div></th>
230+
<th class="column col2 conformant">Pass</th>
231231
<th class="column col2 not-conformant">Unsupported</th>
232232
<th class="column col2 not-conformant">Unsupported</th>
233233
</tr>
@@ -465,7 +465,7 @@ <h3>Python Type System Conformance Test Results</h3>
465465
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject use of type variable within an upper bound.</p></span></div></th>
466466
<th class="column col2 conformant">Pass</th>
467467
<th class="column col2 conformant">Pass</th>
468-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Cannot find a common supertype of `list[int]` and `set[int]` in order to solve a type variable bound to `Sized`.</p></span></div></th>
468+
<th class="column col2 conformant">Pass</th>
469469
<th class="column col2 conformant">Pass</th>
470470
</tr>
471471
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_variance</th>
@@ -683,7 +683,7 @@ <h3>Python Type System Conformance Test Results</h3>
683683
<th class="column col2 conformant">Pass</th>
684684
<th class="column col2 conformant">Pass</th>
685685
<th class="column col2 conformant">Pass</th>
686-
<th class="column col2 conformant">Pass</th>
686+
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not detect Protocol type parameters with wrong variance.</p></span></div></th>
687687
<th class="column col2 not-conformant">Unsupported</th>
688688
</tr>
689689
<tr><th class="column" colspan="6">
@@ -837,7 +837,7 @@ <h3>Python Type System Conformance Test Results</h3>
837837
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataclasses_hash</th>
838838
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not synthesize `__hash__ = None` as a class attribute for unhashable dataclasses.</p><p>Does not report when an unhashable dataclass has `__hash__` called directly on an instance.</p><p>Does not report when dataclass is not compatible with Hashable protocol.</p></span></div></th>
839839
<th class="column col2 conformant">Pass</th>
840-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not synthesize a `__hash__ = None` class attribute for unhashable dataclasses.</p></span></div></th>
840+
<th class="column col2 conformant">Pass</th>
841841
<th class="column col2 conformant">Pass</th>
842842
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Understands the `Hashable` protocol as equivalent to `object`.</p></span></div></th>
843843
</tr>
@@ -880,7 +880,7 @@ <h3>Python Type System Conformance Test Results</h3>
880880
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not reject write to instance variable that is not defined in __slots__.</p></span></div></th>
881881
<th class="column col2 conformant">Pass</th>
882882
<th class="column col2 conformant">Pass</th>
883-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>__slots__ is generated but not checked during attribute assignment</p></span></div></th>
883+
<th class="column col2 conformant">Pass</th>
884884
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Synthesizes a `__slots__` attribute but does not validate attribute assignments against `__slots__`.</p></span></div></th>
885885
</tr>
886886
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dataclasses_transform_class</th>
@@ -1164,7 +1164,7 @@ <h3>Python Type System Conformance Test Results</h3>
11641164
<th class="column col2 conformant">Pass</th>
11651165
<th class="column col2 conformant">Pass</th>
11661166
<th class="column col2 conformant">Pass</th>
1167-
<th class="column col2 conformant">Pass</th>
1167+
<th class="column col2 not-conformant">Unsupported</th>
11681168
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not detect calls to deprecated overloads.</p><p>Does not detect implicit calls to deprecated dunder methods, for example via operators.</p><p>Does not detect accesses of, or attempts to set, deprecated properties.</p></span></div></th>
11691169
</tr>
11701170
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;directives_no_type_check</th>

0 commit comments

Comments
 (0)