feat(ibmi): verify explicitly declared OPM programs #187
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/munchers-delivery"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current delivery check rejects valid OPM RPG and CL programs because it requires ILE modules. Add an optional opm_programs declaration and require separate object source metadata for those programs. Keep the ILE module checks.
Tests cover mixed ILE/OPM records, missing source evidence, duplicates, wrong declarations, and invalid module counts. make check passes. A read-only pub400 check passed for SOMEARA2/LM_BASE, including its actual NULL program-size and module-count fields. No native object was changed.