Mulling this over - I have a few more experiments to try 1 - try loading from the playground and not the cmd line 2 - dig out a previous 7.0.1 zero conf image (that previously worked with an older master branch), clean out iceberg-local and see if itâs something in the new master that causes this If anyone can think of an obvious thing Iâm missing, I would appreciate the input Tim Sent from my iPhone
On 16 Mar 2019, at 09:20, Tim Mackinnon <tim@testit.works> wrote:
Iâm really struggling a bit with new images in 7.0.2. Now it may be that itâs not .2âs fault - but as Iâve been doing lots of repeatable things in Pharo 6 and 7a and 7.0.1, you notice when things change.
Iâd really appreciate some thoughts on an iceberg/Monticello issue i suddenly hit last night.
I merged a large PR in my project and then tested it in a new zero conf 7.0.2 image and directory from master (via that github pr) with the following command line (which Iâve always used):
./pharo-ui Pharo.image eval " Metacello new baseline: 'Exercism'; repository: 'github://exercism/pharo-smalltalk:master'; load.
The first time it seemed to work, but I found some bugs, and so I fixed them and merged 2 more tiny prâs. When I delete everything (rm -rf), and load it again, it doesn't load everything? Those commits are missing. When look in my image my fixes aren't there in the code (but they show do in github master) - and when I open up an iceberg window in that fresh image it shows 4 incoming pull requests? Why didnât it load everything?
It never used to do this from a clean image using Metacello?
Can anyone think of what might cause this? Iâm really confused.
Tim
Sent from my iPhone