On 12/20/2010 05:46 AM, Guillermo Polito wrote:
Great!
We have to be careful since #lastVersion seems to be deprecated, to use #bleedingEdge or something else I don't know...
Maybe it's just fine to rely on it by now.
I don't plan on deprecating #lastVersion until the 1.0 release. With the next release of Metacello you should start using symbolic versions: #bleedingEdge - for the latest code possible #development - for the current version under development by platform #stable - for the current released (stable) version by platform Dale
On Mon, Dec 20, 2010 at 5:55 AM, Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>> wrote:
On Dec 20, 2010, at 9:41 AM, Marcus Denker wrote:
On Dec 20, 2010, at 9:31 AM, Mariano Martinez Peck wrote:
Yes, as Guille said, using #lastVersion would be more interesting here:
"Dev image" Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
((Smalltalk at: #ConfigurationOfPharo) project lastVersion) perform: #silently: with: true; perform: #load.
I will put that in.
Done. next build will use that.
-- Marcus Denker -- http://www.marcusdenker.de <http://www.marcusdenker.de/> INRIA Lille -- Nord Europe. Team RMoD.