abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Return a result struct from Render() #540

Closed drevell closed 6 months ago

drevell commented 6 months ago

Before now, we were hackily relying on the caller of Render() to go and find the manifest file themself. Now we return the manifest path.

We also return the set of files that were included from destination, and the directory from which each file was copied. This will be needed for the upgrade operation soon.