On Mon, Mar 14, 2011 at 4:27 PM, Marcus Denker
<marcus.denker@inria.fr> wrote:
On Mar 14, 2011, at 4:17 PM, Mariano Martinez Peck wrote:
Marcus, should we build a Pharo 1.1.2� (dev) or it doesn't make sense?
Can you do that withput changing *what* is installed? that is, keep the versions
identical to the 1.1.1 dev image?�
I am sure that if we load newer ones, we will have problems and definitly not the
energy to fix them.
Yes, exactrly, I was refering to install exactly the same packages and versions as 1.1 but just in that core.
It should be
Gofer new
��� squeaksource: 'MetacelloRepository';
��� package: 'ConfigurationOfPharo';
��� load.
((Smalltalk at: #ConfigurationOfPharo) project version: '1.1') perform: #silently: with: true; perform: #load.
but anyway I am not sure if it is worth it spending time on it...I just asked...but now I regret hahahaha
�