[Pharo-project] deprecated message #sortBy: in Metacello
When using the ConfigurationOfDrGeo to load DrGeo code and dependencies in latest 1.2 pharo core image, I get a Metacello first load, then I got a deprecated message error on the message sortBy: MetacelloMCProject>>versions ^self map values asArray sortBy: [:a :b | a <= b ] Does it mean the wrong Metacello is bootstrapped in the image? Or something else? Hilaire -- Dr. Geo, to discover geometry on Linux, Windows, MAC and XO http://community.ofset.org/index.php/DrGeo
Hilaire, It means that I need to push another version out that doesn't use sortBy: ...:) Dale On 11/10/2010 01:58 PM, Hilaire Fernandes wrote:
When using the ConfigurationOfDrGeo to load DrGeo code and dependencies in latest 1.2 pharo core image, I get a Metacello first load, then I got a deprecated message error on the message sortBy:
MetacelloMCProject>>versions ^self map values asArray sortBy: [:a :b | a<= b ]
Does it mean the wrong Metacello is bootstrapped in the image? Or something else?
Hilaire
participants (2)
-
Dale Henrichs -
Hilaire Fernandes