Hi,
just a little update: yesterday I realised the tool lacked an important view: the changes between the PR and the actual destination of it (for example, you are doing a PR into ���development��� branch, and what is there could be different to what is loaded in your image.
So I added that tab in the changes browser for the Pull Request: ���Changes vs. destination��� :
this should allow you to analyse the PR in a more consistent way as before.
now you have:
- changes vs. destination
- changes since selection (show changes against image version)
- changes vs. parent (show changes between selected commit and it���s parent)
that should be enough to actually review the pull request ;)
Esteban
Will this update be picked up with the scripted steps you described for 0.5 (particularly if you want to run in a v6 image?).And do we just run them again to get it? (I assume that if you have already loaded 0.5 you just do the metacello bit - but in a new image, would those steps get you 0.5.1?)
yes (because 0.5.1 is released so integrated on master).
otherwise you can specify version by doing:
Metacello new
baseline: 'Iceberg';
load.
Esteban
(e.g. your wrote:
then, to update, execute this (sorry, this is like that because we have still an older Metacello version):
#('Iceberg-UI' 'Iceberg-Plugin' 'Iceberg-Metacello-Integration' 'Iceberg-Libgit' 'Iceberg' 'BaselineOfIceberg' 'LibGit-Core' 'BaselineOfLibGit���)
do: [ :each | each asPackage removeFromSystem ].
Metacello new
baseline: 'Iceberg';
load.
)
Tim
it should be fixed now, I think :)
There seems to be an issue in the baseline with circular dependencies. Load it, skip all warnings and then try to reload all packages in the Iceberg repository (from the Iceberg window).
-- Pavel