Skip to content

Frontend: Final removal of OFP frontend #1633

Frontend: Final removal of OFP frontend

Frontend: Final removal of OFP frontend #1633

Triggered via pull request January 8, 2025 15:55
Status Failure
Total duration 2m 30s
Artifacts

code_checks.yml

on: pull_request
Matrix: code checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
code checks (3.11): loki/module.py#L28
W0223: Method 'from_ofp' is abstract in class 'ProgramUnit' but is not overridden in child class 'Module' (abstract-method)
code checks (3.11): loki/program_unit.py#L169
E0606: Possibly using variable 'pp_info' before assignment (possibly-used-before-assignment)
code checks (3.11): loki/subroutine.py#L27
W0223: Method 'from_ofp' is abstract in class 'ProgramUnit' but is not overridden in child class 'Subroutine' (abstract-method)
code checks (3.11): loki/batch/tests/test_batch.py#L25
E0611: No name 'HAVE_OFP' in module 'loki.frontend' (no-name-in-module)
code checks (3.11): loki/frontend/preprocessing.py#L22
W0611: Unused Frontend imported from loki.frontend.util (unused-import)
code checks (3.11)
Process completed with exit code 6.
code checks (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636