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.
Reference
kconfig/kconfig/core/analysis/structs.py
Line 305 in f334ff0
The Problem
kconfig struct analyze --current <path>crashes withAttributeErrorsinceparser.parse_config_filewas never implemented. This also means the CRC/Module.symvers half of the project's stated purpose (resolving a.configforCONFIG_MODVERSIONSbuilds) is entirely unimplemented — everything built so far is the struct-layout-via-pahole half only.Severity
High for the crash (any
--currentuse fails immediately); the missing feature itself is core to the project's stated goal, not a peripheral gap.