Works on the assumption that, if every module actually knows at build time where root is, we can construct a path up to the root, then to whatever assembly matters. This works the same as with assemblies today, but an assembly is always a fixed target, so the relative path to walk is always known when the file is written. For an included file, this can be known only at build time.
So this actually works with https://github.com/openshift/openshift-docs/pull/31991.
Ignore the
puts
behind the curtain.Works on the assumption that, if every module actually knows at build time where root is, we can construct a path up to the root, then to whatever assembly matters. This works the same as with assemblies today, but an assembly is always a fixed target, so the relative path to walk is always known when the file is written. For an included file, this can be known only at build time.