Hi Tudor,
Tudor Girba tudor@tudorgirba.com writes:
I promised to send a summary of the larger changes that came with the recent integration of GToolkit 3.10. Here it is: http://www.humane-assessment.com/blog/gtoolkit-3-10/
thank you for the detailed changelog. Please pay attention to the Settings system. I have the impression that what you did might forbid you to remove any extension in the future. What I see happening is that:
1. people start deactivating some extensions through the Settings
2. they write their Settings in a file so the settings are available for all images
3. in this file, settings are deactivated with Smalltalk code that send setting-specific messages to specific objects
4. you decide to remove an extension and remove the corresponding setting method
5. the user downloads the new Pharo and gets an error because his setting file sends messages that are not understood anymore.