Skip to content

Allow projects to ensure their config is loaded even when not explicitly specified

Akmod requested to merge Akm0d/pop-config:loop into master

Description: Some projects merge other projects without adding everything from the merged project into hub.pop.config.load([]) -- resulting in errors when the merged project accesses items it expects to be in hub.OPT.

This provides a mechanism for merged projects to ensure that their config always gets loaded.

Testing: manual testing and tested in idem integration tests

Edited by Akmod

Merge request reports