BobBuildTool/bob

layers: plugins loaded in wrong order

jkloetzke opened this issue · 0 comments

Lower layers have a lower precedence than higher layers. The root project should be able to override settings made by a lower layer. This is already the case for default.yaml stuff but plugins are still loaded in the wrong order. Plugins of lower layers must be loaded before plugins of higher layers so that these can override string functions, path formatters, ...