Skip to content

Extend ASL support: strings, comparisons, etc. #37

Extend ASL support: strings, comparisons, etc.

Extend ASL support: strings, comparisons, etc. #37

Triggered via pull request January 10, 2025 18:42
Status Failure
Total duration 37s
Artifacts

ci-pyright.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 2 warnings
build (3.10): asl_xdsl/dialects/asl.py#L171
Method "parse_parameter" overrides class "Data" in an incompatible manner   Return type mismatch: base method returns type "str", override returns type "bool"     "bool" is not assignable to "str" (reportIncompatibleMethodOverride)
build (3.10): asl_xdsl/dialects/asl.py#L174
Type of "value" is unknown (reportUnknownVariableType)
build (3.10): asl_xdsl/dialects/asl.py#L174
Type of "parse_string" is unknown (reportUnknownMemberType)
build (3.10): asl_xdsl/dialects/asl.py#L174
Cannot access attribute "parse_string" for class "AttrParser"   Attribute "parse_string" is unknown (reportAttributeAccessIssue)
build (3.10): asl_xdsl/dialects/asl.py#L176
Return type is unknown (reportUnknownVariableType)
build (3.10): asl_xdsl/interpreters/asl.py#L45
Return type, "tuple[Unknown, ...]", is partially unknown (reportUnknownParameterType)
build (3.10): asl_xdsl/interpreters/asl.py#L55
Argument type is partially unknown   Argument corresponds to parameter "args" in function "run_ssacfg_region"   Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
build (3.10): asl_xdsl/interpreters/asl.py#L55
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "__new__"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
build (3.10): asl_xdsl/interpreters/asl.py#L59
Argument type is partially unknown   Argument corresponds to parameter "args" in function "run_ssacfg_region"   Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
build (3.10): asl_xdsl/interpreters/asl.py#L59
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "__new__"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
build (3.12): asl_xdsl/dialects/asl.py#L171
Method "parse_parameter" overrides class "Data" in an incompatible manner   Return type mismatch: base method returns type "str", override returns type "bool"     "bool" is not assignable to "str" (reportIncompatibleMethodOverride)
build (3.12): asl_xdsl/dialects/asl.py#L174
Type of "value" is unknown (reportUnknownVariableType)
build (3.12): asl_xdsl/dialects/asl.py#L174
Type of "parse_string" is unknown (reportUnknownMemberType)
build (3.12): asl_xdsl/dialects/asl.py#L174
Cannot access attribute "parse_string" for class "AttrParser"   Attribute "parse_string" is unknown (reportAttributeAccessIssue)
build (3.12): asl_xdsl/dialects/asl.py#L176
Return type is unknown (reportUnknownVariableType)
build (3.12): asl_xdsl/interpreters/asl.py#L45
Return type, "tuple[Unknown, ...]", is partially unknown (reportUnknownParameterType)
build (3.12): asl_xdsl/interpreters/asl.py#L55
Argument type is partially unknown   Argument corresponds to parameter "args" in function "run_ssacfg_region"   Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
build (3.12): asl_xdsl/interpreters/asl.py#L55
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "__new__"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
build (3.12): asl_xdsl/interpreters/asl.py#L59
Argument type is partially unknown   Argument corresponds to parameter "args" in function "run_ssacfg_region"   Argument type is "tuple[Unknown, ...]" (reportUnknownArgumentType)
build (3.12): asl_xdsl/interpreters/asl.py#L59
Argument type is partially unknown   Argument corresponds to parameter "iterable" in function "__new__"   Argument type is "list[Unknown]" (reportUnknownArgumentType)
build (3.11)
The job was canceled because "_3_10" failed.
build (3.11)
The operation was canceled.
build (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636