Skip to content

parser.parse_config_file doesn't exist — blocks --current diff and the CRC/Module.symvers project goal #22

Description

@heavycircle

Reference

current_config = parser.parse_config_file(current)

The Problem

kconfig struct analyze --current <path> crashes with AttributeError since parser.parse_config_file was never implemented. This also means the CRC/Module.symvers half of the project's stated purpose (resolving a .config for CONFIG_MODVERSIONS builds) is entirely unimplemented — everything built so far is the struct-layout-via-pahole half only.

Severity

High for the crash (any --current use fails immediately); the missing feature itself is core to the project's stated goal, not a peripheral gap.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions