Skip to content

Add transfer dialect for experiments #66

Add transfer dialect for experiments

Add transfer dialect for experiments #66

Triggered via push August 19, 2024 02:19
Status Failure
Total duration 29s
Artifacts

ci-pyright.yml

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

Annotations

10 errors and 5 warnings
build (3.10): build/lib/xdsl_pdl/analysis/check_subset_to_z3.py#L9
Import "z3" could not be resolved (reportMissingImports)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L447
Cannot access member "op" for type "Operand"   Member "op" is unknown (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L381
Argument of type "Operation" cannot be assigned to parameter "op" of type "OperationOp" in function "get_analysis"   "Operation" is incompatible with "OperationOp" (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L389
"pdl_op" is not a known member of "None" (reportOptionalMemberAccess)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L403
Cannot access member "type_values" for type "Operation"   Member "type_values" is unknown (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L404
Cannot access member "type_values" for type "Operation"   Member "type_values" is unknown (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L404
Cannot access member "type_values" for type "Block"   Member "type_values" is unknown (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L432
Argument of type "Operation" cannot be assigned to parameter "op" of type "OperationOp" in function "get_analysis"   "Operation" is incompatible with "OperationOp" (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/analysis/pdl_analysis.py#L441
Cannot access member "type_values" for type "Operation"   Member "type_values" is unknown (reportGeneralTypeIssues)
build (3.10): build/lib/xdsl_pdl/interpreters/pdl_analysis_interpreter.py#L7
"Result" is unknown import symbol (reportGeneralTypeIssues)
build (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (3.10): build/lib/xdsl_pdl/interpreters/pdl_analysis_interpreter.py#L7
Import "pluggy" could not be resolved from source (reportMissingModuleSource)
build (3.10): build/lib/xdsl_pdl/tools/generate_table.py#L9
Import "tabulate" could not be resolved from source (reportMissingModuleSource)
build (3.10): xdsl_pdl/interpreters/pdl_analysis_interpreter.py#L7
Import "pluggy" could not be resolved from source (reportMissingModuleSource)
build (3.10): xdsl_pdl/tools/generate_table.py#L9
Import "tabulate" could not be resolved from source (reportMissingModuleSource)