abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Reuse already-loaded manifest instead of re-reading #633

Closed drevell closed 2 months ago

drevell commented 2 months ago

Before this, we were unnecessarily re-reading the manifest from the filesystem. It's already loaded in UpgradeAll(), so now we just pass it to upgrade() instead of passing the path and re-parsing the manifest.