Skip to content

Fancy constraints for qssa #27

Fancy constraints for qssa

Fancy constraints for qssa #27

Triggered via push October 18, 2024 15:11
Status Failure
Total duration 31s
Billable time 1m
Artifacts

ci-pyright.yml

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

Annotations

10 errors and 1 warning
build (3.10): inconspiquous/alloc.py#L4
"WithRangeType" is unknown import symbol (reportGeneralTypeIssues)
build (3.10): inconspiquous/alloc.py#L4
Type of "WithRangeType" is unknown (reportUnknownVariableType)
build (3.10): inconspiquous/alloc.py#L7
Base class type is unknown, obscuring type of derived class (reportUntypedBaseClass)
build (3.10): inconspiquous/gates.py#L12
"RangeVarConstraint" is unknown import symbol (reportGeneralTypeIssues)
build (3.10): inconspiquous/gates.py#L12
Type of "RangeVarConstraint" is unknown (reportUnknownVariableType)
build (3.10): inconspiquous/gates.py#L56
Type of parameter "range_constraint" is partially unknown   Parameter type is "str | Unknown" (reportUnknownParameterType)
build (3.10): inconspiquous/gates.py#L62
Type of "name" is unknown (reportUnknownMemberType)
build (3.10): inconspiquous/gates.py#L66
Cannot access member "range_variables" for type "ConstraintContext"   Member "range_variables" is unknown (reportGeneralTypeIssues)
build (3.10): inconspiquous/gates.py#L66
Type of "range_variables" is unknown (reportUnknownMemberType)
build (3.10): inconspiquous/gates.py#L67
Cannot access member "get_range_variable" for type "ConstraintContext"   Member "get_range_variable" is unknown (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/