[squeak-dev] The Trunk: Monticello-ul.443.mcz

Chris Muller asqueaker at gmail.com
Wed Mar 23 20:44:26 UTC 2011


Hey, thanks for your MC patches; I'm reviewing now.

> Item was changed:
> + ----- Method: MCVersionName>>ancestry (in category 'accessing') -----
> - ----- Method: MCVersionName>>ancestry (in category 'private') -----
>  ancestry
>        "If I am a in the diffy-format which includes the ancestor attributes, answer them as a single String, separated by a dot."
>        ^ (self copyAfterLast: $() copyUpTo: $)!

This was intentionally "private" because outside code should not be
depending on this method; they should use the individual accessors for
diffy ancestry.

Unless you object, I'd like to put it back to private.

 - Chris



More information about the Squeak-dev mailing list