Aug. 29, 2016
11:28 p.m.
With the Iceberg tool, you can load or unload packages. How it will works if the dependencies are not loaded before ?
AFAIK, this is not iceberg concern⦠this is a work for metacello (or cargo).
Yes you are right, but when you load a package from Iceberg, the dependencies should be loaded at the same time I guess.
No, they shouldn't. Because Iceberg, AFAIU, is for SCM, and Metacello for dependency management. A proper package manager (Cargo?) should coordinate artifacts of both.
I think I agree with both Estebans, I hope that Metacello/Cargo will use
Iceberg to load packages, but it should be their responsibility to decide which packages and versions to load.