Skip to content

Commit a9cea83

Browse files
committed
merge upstream
2 parents a3df774 + b97d71b commit a9cea83

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

conformance/results/mypy/generics_paramspec_components.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
conformant = "Partial"
2-
notes = """
3-
Does not report illegal use of "P.args" on normal parameter.
4-
Does not report error when P.args is specified but P.kwargs is missing.
5-
Does not report error when P is out of scope and P.args and P.kwargs is used.
6-
Does not report error when keyword argument is specified between P.args and P.kwargs.
7-
"""
1+
conformant = "Pass"
82
output = """
93
generics_paramspec_components.py:17: error: Use "P.args" for variadic "*" parameter [valid-type]
104
generics_paramspec_components.py:17: error: Use "P.kwargs" for variadic "**" parameter [valid-type]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "pyre 0.9.23"
2-
test_duration = 8.3
2+
test_duration = 7.8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "pyright 1.1.393"
2-
test_duration = 1.6
2+
test_duration = 1.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "pytype 2024.10.11"
2-
test_duration = 37.0
2+
test_duration = 36.6

conformance/results/results.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,13 @@ <h3>Python Type System Conformance Test Results</h3>
162162
<div class='tc-time'>1.2sec</div>
163163
</th>
164164
<th class='tc-header'><div class='tc-name'>pyright 1.1.393</div>
165-
<div class='tc-time'>1.6sec</div>
165+
<div class='tc-time'>1.4sec</div>
166166
</th>
167167
<th class='tc-header'><div class='tc-name'>pyre 0.9.23</div>
168-
<div class='tc-time'>8.3sec</div>
168+
<div class='tc-time'>7.8sec</div>
169169
</th>
170170
<th class='tc-header'><div class='tc-name'>pytype 2024.10.11</div>
171-
<div class='tc-time'>37.0sec</div>
171+
<div class='tc-time'>36.6sec</div>
172172
</th>
173173
</tr>
174174
<tr><th class="column" colspan="5">
@@ -277,7 +277,7 @@ <h3>Python Type System Conformance Test Results</h3>
277277
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not support ParamSpec.</p></span></div></th>
278278
</tr>
279279
<tr><th class="column col1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;generics_paramspec_components</th>
280-
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not report illegal use of "P.args" on normal parameter.</p><p>Does not report error when P.args is specified but P.kwargs is missing.</p><p>Does not report error when P is out of scope and P.args and P.kwargs is used.</p><p>Does not report error when keyword argument is specified between P.args and P.kwargs.</p></span></div></th>
280+
<th class="column col2 conformant">Pass</th>
281281
<th class="column col2 conformant">Pass</th>
282282
<th class="column col2 partially-conformant"><div class="hover-text">Partial<span class="tooltip-text" id="bottom"><p>Does not report illegal use of "P.args" on normal parameter.</p><p>Does not report error when P.args is specified but P.kwargs is missing.</p><p>Does not report error when P is out of scope and P.args and P.kwargs is used.</p><p>Does not report error when calling callback defined with ParamSpec with incorrect arguments.</p><p>Does not report error when keyword argument is specified between P.args and P.kwargs.</p><p>Does not report error when calling callable and argument is missing for concatenated parameters.</p></span></div></th>
283283
<th class="column col2 not-conformant"><div class="hover-text">Unsupported<span class="tooltip-text" id="bottom"><p>Does not support ParamSpec.</p></span></div></th>

0 commit comments

Comments
 (0)