On Apr 25, 2012, at 12:06 AM, Francois Stephany wrote:
I'm updating some Metacello configurations and I'm wondering how to declare the dependencies on stuff that have been integrated into Pharo 1.4 (e.g., Zinc, FS).
excellent question. So far you cannot but what we discussed with esteban is that we want to have the configurationOf the project loaded so that when we move to a smaller kernel we do not have to reinvent them and more important we can code against and use them as milestone.
Should I declare those dependencies into my configuration? If yes, against with version?
My gut feeling is that I should create a new baseline that does not require any Zinc of FS.
yes
That becomes a pain in the ass when developing in parallel for 1.3 and 1.4.
yes same feeling here.
Is the only place where I can differentiate 1.3 and 1.4 is in the stable symbolic version, right?
What are people generally doing?
grumbling :( May be dale know but I don't
Cheers, Francois