Hi!
Executing the following expression in Pharo 4.0 breaks Spotter. -=-=-=-=-=-=-=-=-=-=-=-= Gofer it smalltalkhubUser: 'Moose' project: 'GToolkit'; configurationOf: 'GTDebugger'; loadDevelopment. -=-=-=-=-=-=-=-=-=-=-=-=
Any idea what’s going wrong?
Cheers, Alexandre
Hi,
Spotter is moving fast and so is GlamourCore. Given that Spotter depends on GlamourCore which is already loaded in the Pharo 4.0 image, you need to also update Spotter if you are updating GlamourCore (which you do if you load the development version of the debugger).
Cheers, Doru
On Mon, Jan 12, 2015 at 6:33 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi!
Executing the following expression in Pharo 4.0 breaks Spotter.
Gofer it smalltalkhubUser: 'Moose' project: 'GToolkit'; configurationOf: 'GTDebugger'; loadDevelopment. -=-=-=-=-=-=-=-=-=-=-=-=
Any idea what’s going wrong?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ok, I’ve just spent one hour on trying to fix ConfigurationOfSpy: The project spec 'S2py' in project ConfigurationOfSpy has incompatible specs. MetacelloProjectReferenceSpec and MetacelloPackageSpec are not compatible.
No idea why. I give up.
Alexandre