This is an archive of the discontinued Mercurial Phabricator instance.

templater: switch to lower-level config.parse() in _readmapfile()
ClosedPublic

Authored by martinvonz on Jul 22 2020, 1:40 PM.

Details

Summary

I hope to modify this code to also work with resources loaded from
memory (for PyOxidizer support). For that, we'll need to handle the
lookup of relative %include path (not joined with the base directory
of the containing file). This patch prepares for that by using
config.parse() instead of config.read(), since the latter expects
a file in the file system.

As it happens, this change also lets us clean up the config class to
not need the _includepaths field. That will happen next.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage