Files
logos-cpp-sdk/cpp-generator/experimental
osmaczko 0ad68c252e fix: read dependency entries declared in object form
The manifest schema lets a dependency entry be an object carrying the name alongside the constraints an installer resolves it by, but every reader took the element as a plain string and skipped what came back empty, so an object entry disappeared: the module it names was left out of the generated LogosModules aggregate, and every call through it failed to compile.

The rule lives in one place now, since the copies of it are how the gap spread. It ships in share/lidl-frontend alongside the parser that includes it, which consumers compile from there.
2026-07-31 01:41:26 +02:00
..