Skip to content

Commit 29acea5

Browse files
authored
Merge branch 'main' into docs/improve-type-narrowing-wording
2 parents 1797e36 + 81b183c commit 29acea5

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

conformance/results/results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3>Python Type System Conformance Test Results</h3>
182182
</th>
183183
<th class='tc-header'><div class='tc-name'>pycroscope 0.4.0</div>
184184
</th>
185-
<th class='tc-header'><div class='tc-name'>ty 0.0.34</div>
185+
<th class='tc-header'><div class='tc-name'>ty 0.0.35</div>
186186
</th>
187187
</tr>
188188
<tr><th class="column" colspan="7">
@@ -859,7 +859,7 @@ <h3>Python Type System Conformance Test Results</h3>
859859
<th class="column col2 conformant">Pass</th>
860860
<th class="column col2 conformant">Pass</th>
861861
<th class="column col2 conformant">Pass</th>
862-
<th class="column col2 not-conformant">Unsupported</th>
862+
<th class="column col2 conformant">Pass</th>
863863
</tr>
864864
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;overloads_definitions</th>
865865
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Allows @override to be on all overloads and implementation, instead of just implementation.</p></span></div></th>
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
conformance_automated = "Fail"
2-
conformant = "Unsupported"
1+
conformance_automated = "Pass"
32
errors_diff = """
4-
Lines 25, 28: Expected error (tag 'return_type')
5-
Lines 41, 44: Expected error (tag 'parameter_type')
63
"""
74
output = """
5+
overloads_consistency.py:25:5: error[invalid-overload] Overload return type is not assignable to implementation return type
6+
overloads_consistency.py:41:5: error[invalid-overload] Implementation does not accept all arguments of this overload
87
"""
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "ty 0.0.34"
1+
version = "ty 0.0.35"

conformance/uv.lock

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)