Skip to content

dialects: (transform) Add some transform dialect operations #10455

dialects: (transform) Add some transform dialect operations

dialects: (transform) Add some transform dialect operations #10455

Triggered via pull request August 2, 2024 13:31
Status Failure
Total duration 1m 47s
Artifacts

ci-pyright-fails.yml

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

Annotations

4 errors
build (3.10): xdsl/dialects/transform.py#L157
Argument of type "AnyIntegerAttr" cannot be assigned to parameter "constraint" of type "type[AttributeInvT@prop_def] | TypeVar | GenericAttrConstraint[AttributeInvT@prop_def]" in function "prop_def"   Type "AnyIntegerAttr" cannot be assigned to type "type[Property] | TypeVar | GenericAttrConstraint[Property]"     "AnyIntegerAttr" is incompatible with "type[Property]"     Type "AnyIntegerAttr" cannot be assigned to type "type[Property]"     "type[ABCMeta]" is incompatible with "type[TypeVar]"     "type[ABCMeta]" is incompatible with "type[GenericAttrConstraint[Property]]" (reportGeneralTypeIssues)
build (3.10)
1 error
build (3.11)
The job was canceled because "_3_10" failed.
build (3.11)
The operation was canceled.