Resolve included files only once
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:12:50 +0000 (03:12 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:12:50 +0000 (03:12 +0000)
commitbf5f384fab6ab61f85b1f3872efbe12f6796ef51
tree9bed60016ca747be0b5e3427c3adb99ca10a85c1
parent50f5fe88e51faa1b4882d2a33e51bd4e44042ef3
Resolve included files only once

Remove an unnecessary additional round of included file resolution
and rely on the one which happens once the parent file has been
completely loaded. This was causing a startup race which would
sometimes result in the configured search path to not get applied
depending on initial config file load order, because it would
prematurely attempt to resolve included files before the configured
search path was loaded.
mudpy/data.py