Hi, it seems Metacallo changed in Pharo 3 compared to Pharo 2. First thing i noticed was that a Configuration does no longer seem to be supposed to subclass from Object but from ConfigurationOf? Are there other changes? Where can i learn about them? Is there an official documentation that describes the Metacello Version in Pharo 3? Best regards, Martin. -- View this message in context: http://forum.world.st/Metacello-changes-in-Pharo-3-tp4749011.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 13 Mar 2014, at 16:47, MartinW <wm@fastmail.fm> wrote:
First thing i noticed was that a Configuration does no longer seem to be supposed to subclass from Object but from ConfigurationOf?
AFAIK that is not a requirement, maybe just a suggestion/option, but configurations subclassed from Object definitively still work in Pharo 3.x
Hi, I don't think there is a doc explaining differences between Metacello and Metacello 2 (also known as Metacello Preview) that is now used in Pharo 3.0. But here is the doc for Metacello 2: https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloUser... You can also use Versionner to edit configurations in Pharo 3 (in the tools menu). Versionner doc: http://chercheurs.lille.inria.fr/~demarey/Tech/Versionner Regards, Christophe. Le 13 mars 2014 à 16:47, MartinW a écrit :
Hi, it seems Metacallo changed in Pharo 3 compared to Pharo 2. First thing i noticed was that a Configuration does no longer seem to be supposed to subclass from Object but from ConfigurationOf? Are there other changes? Where can i learn about them? Is there an official documentation that describes the Metacello Version in Pharo 3?
Best regards, Martin.
-- View this message in context: http://forum.world.st/Metacello-changes-in-Pharo-3-tp4749011.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Christophe Demarey wrote
⦠Metacello 2 (also known as Metacello Preview) that is now used in Pharo 3.0.
Thank you, this was the missing information :) And i just tried Versionner. It works very well. Thank you. I did not know about it's existence. M. -- View this message in context: http://forum.world.st/Metacello-changes-in-Pharo-3-tp4749011p4749353.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Christophe Demarey -
MartinW -
Sven Van Caekenberghe