add split_on method #5
Annotations
10 errors and 1 warning
Run jakebailey/pyright-action@v1:
slist/__init__.py#L492
Argument of type "Slist[A@Slist]" cannot be assigned to parameter "__object" of type "Slist[Slist[A@Slist]]" in function "append"
"Slist[A@Slist]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "A@Slist" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L493
Expression of type "Slist[Slist[Slist[A@Slist]]]" cannot be assigned to return type "Slist[Slist[A@Slist]]"
"Slist[Slist[Slist[A@Slist]]]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "Slist[Slist[A@Slist]]" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L507
Argument of type "Slist[A@Slist]" cannot be assigned to parameter "__object" of type "Slist[Slist[A@Slist]]" in function "append"
"Slist[A@Slist]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "A@Slist" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L508
Expression of type "Slist[Slist[Slist[A@Slist]]]" cannot be assigned to return type "Slist[Slist[A@Slist]]"
"Slist[Slist[Slist[A@Slist]]]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "Slist[Slist[A@Slist]]" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L655
Argument of type "Slist[A@Slist]" cannot be assigned to parameter "__object" of type "Slist[Slist[A@Slist]]" in function "append"
"Slist[A@Slist]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "A@Slist" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L659
Argument of type "Slist[A@Slist]" cannot be assigned to parameter "__object" of type "Slist[Slist[A@Slist]]" in function "append"
"Slist[A@Slist]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "A@Slist" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L660
Expression of type "Slist[Slist[Slist[A@Slist]]]" cannot be assigned to return type "Slist[Slist[A@Slist]]"
"Slist[Slist[Slist[A@Slist]]]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "Slist[Slist[A@Slist]]" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L679
Argument of type "Slist[A@Slist]" cannot be assigned to parameter "__object" of type "Slist[Slist[A@Slist]]" in function "append"
"Slist[A@Slist]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "A@Slist" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L681
Argument of type "A@Slist" cannot be assigned to parameter "__object" of type "Slist[A@Slist]" in function "append"
"object*" is incompatible with "Slist[A@Slist]" (reportGeneralTypeIssues)
|
Run jakebailey/pyright-action@v1:
slist/__init__.py#L682
Expression of type "Slist[Slist[Slist[A@Slist]]]" cannot be assigned to return type "Slist[Slist[A@Slist]]"
"Slist[Slist[Slist[A@Slist]]]" is incompatible with "Slist[Slist[A@Slist]]"
Type parameter "A@Slist" is invariant, but "Slist[Slist[A@Slist]]" is not the same as "Slist[A@Slist]" (reportGeneralTypeIssues)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading