Skip to content

Commit e0aa9d9

Browse files
committed
Baseline changes
1 parent 438dc29 commit e0aa9d9

File tree

9 files changed

+16
-18
lines changed

9 files changed

+16
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = "mypy 1.13.0"
2-
test_duration = 2.7
2+
test_duration = 2.6
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
version = "pyre 0.9.23"
2-
test_duration = 9.1
3-
2+
test_duration = 4.3

conformance/results/pyright/dataclasses_transform_converter.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ dataclasses_transform_converter.py:130:67 - error: Argument of type "Literal[1]"
4040
dataclasses_transform_converter.py:133:75 - error: Argument of type "type[int]" cannot be assigned to parameter "default_factory" of type "(() -> S@model_field) | None" in function "model_field"
4141
  Type "type[int]" is not assignable to type "(() -> str) | None"
4242
    No overloaded function matches type "() -> str"
43-
    "type[type]" is not assignable to "type[None]" (reportArgumentType)
43+
    Type is not assignable to "None" (reportArgumentType)
4444
"""

conformance/results/pyright/overloads_basic.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
conformant = "Pass"
22
output = """
33
overloads_basic.py:37:1 - error: No overloads for "__getitem__" match the provided arguments (reportCallIssue)
4-
overloads_basic.py:37:1 - error: Argument of type "Literal['']" cannot be assigned to parameter "__s" of type "slice" in function "__getitem__"
5-
  "Literal['']" is not assignable to "slice" (reportArgumentType)
4+
overloads_basic.py:37:1 - error: Argument of type "Literal['']" cannot be assigned to parameter "__s" of type "slice[Any, Any, Any]" in function "__getitem__"
5+
  "Literal['']" is not assignable to "slice[Any, Any, Any]" (reportArgumentType)
66
overloads_basic.py:63:5 - error: "func1" is marked as overload, but additional overloads are missing (reportInconsistentOverload)
77
overloads_basic.py:75:5 - error: "func2" is marked as overload, but no implementation is provided (reportNoOverloadImplementation)
88
"""

conformance/results/pyright/protocols_class_objects.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ protocols_class_objects.py:29:5 - error: Argument of type "type[Proto]" cannot b
55
protocols_class_objects.py:34:7 - error: Type "type[Proto]" is not assignable to declared type "type[Proto]"
66
  "Proto" is not a concrete class type and cannot be assigned to type "type[Proto]" (reportAssignmentType)
77
protocols_class_objects.py:58:16 - error: Type "type[ConcreteA]" is not assignable to declared type "ProtoA1"
8-
  "type[type]" is not assignable to "type[ConcreteA]"
9-
  "type[type]" is not assignable to "type[ConcreteA]"
8+
  Type "type[ConcreteA]" is not assignable to type "ConcreteA"
9+
  Type "type[ConcreteA]" is not assignable to type "ConcreteA"
1010
  "method1" is an incompatible type
1111
    Type "(self: ConcreteA, x: int) -> int" is not assignable to type "(x: int) -> int"
1212
      Parameter name mismatch: "x" versus "self"

conformance/results/pyright/specialtypes_none.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
conformant = "Pass"
22
output = """
33
specialtypes_none.py:21:7 - error: Argument of type "type[None]" cannot be assigned to parameter "val1" of type "None" in function "func1"
4-
  "type[type]" is not assignable to "type[None]" (reportArgumentType)
4+
  Type is not assignable to "None" (reportArgumentType)
55
specialtypes_none.py:27:19 - error: Type "None" is not assignable to declared type "Iterable[Unknown]"
66
  "None" is incompatible with protocol "Iterable[Unknown]"
77
    "__iter__" is not present (reportAssignmentType)
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
version = "pyright 1.1.386"
2-
test_duration = 2.0
3-
1+
version = "pyright 1.1.389"
2+
test_duration = 2.6
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 = 50.2
2+
test_duration = 45.1

conformance/results/results.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ <h3>Python Type System Conformance Test Results</h3>
159159
<div class="table_container"><table><tbody>
160160
<tr><th class="col1">&nbsp;</th>
161161
<th class='tc-header'><div class='tc-name'>mypy 1.13.0</div>
162-
<div class='tc-time'>2.7sec</div>
162+
<div class='tc-time'>2.6sec</div>
163163
</th>
164-
<th class='tc-header'><div class='tc-name'>pyright 1.1.386</div>
165-
<div class='tc-time'>2.0sec</div>
164+
<th class='tc-header'><div class='tc-name'>pyright 1.1.389</div>
165+
<div class='tc-time'>2.6sec</div>
166166
</th>
167167
<th class='tc-header'><div class='tc-name'>pyre 0.9.23</div>
168-
<div class='tc-time'>9.1sec</div>
168+
<div class='tc-time'>4.3sec</div>
169169
</th>
170170
<th class='tc-header'><div class='tc-name'>pytype 2024.10.11</div>
171-
<div class='tc-time'>50.2sec</div>
171+
<div class='tc-time'>45.1sec</div>
172172
</th>
173173
</tr>
174174
<tr><th class="column" colspan="5">

0 commit comments

Comments
 (0)