Skip to content

feat: implement support for VLAs and file-backed inflaters #85

feat: implement support for VLAs and file-backed inflaters

feat: implement support for VLAs and file-backed inflaters #85

Triggered via push April 2, 2026 14:51
Status Success
Total duration 11s
Artifacts

lint.yml

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

Annotations

10 errors and 1 warning
ruff (B024): libdestruct/common/attribute.py#L10
libdestruct/common/attribute.py:10:7: B024 `Attribute` is an abstract base class, but it has no abstract methods or properties
ruff (E501): libdestruct/common/array/array_impl.py#L52
libdestruct/common/array/array_impl.py:52:121: E501 Line too long (122 > 120)
ruff (PLR2004): libdestruct/common/array/array_field_inflater.py#L45
libdestruct/common/array/array_field_inflater.py:45:21: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
ruff (ARG001): libdestruct/common/array/array_field_inflater.py#L40
libdestruct/common/array/array_field_inflater.py:40:5: ARG001 Unused function argument: `item`
ruff (FIX002): libdestruct/c/struct_parser.py#L244
libdestruct/c/struct_parser.py:244:7: FIX002 Line contains TODO, consider resolving the issue
ruff (FURB110): libdestruct/c/struct_parser.py#L133
libdestruct/c/struct_parser.py:133:17: FURB110 Replace ternary `if` expression with `or` operator help: Replace with `or` operator
ruff (ANN401): libdestruct/c/ctypes_generic.py#L30
libdestruct/c/ctypes_generic.py:30:44: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `value`
ruff (ANN401): libdestruct/c/ctypes_generic.py#L26
libdestruct/c/ctypes_generic.py:26:39: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `get`
ruff (E501): libdestruct/backing/memory_resolver.py#L20
libdestruct/backing/memory_resolver.py:20:121: E501 Line too long (121 > 120)
ruff (E501): libdestruct/backing/fake_resolver.py#L15
libdestruct/backing/fake_resolver.py:15:121: E501 Line too long (126 > 120)
lint (3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/