I will do so as soon as I sit in front of my computer.

Regards!

El abr. 29, 2017 3:35 PM, "Stephane Ducasse" <stepharo.self@gmail.com> escribi��:
Hi��

for a tutorial I wanted to load Glorp in Pharo 60 as described in the��
Glorp doc.��

Metacello new
smalltalkhubUser: 'DBXTalk' project: 'Garage';
configuration: 'GarageGlorp';
version: #stable;
load.

I get an error stating that��
The symbolic version stable is not defined in the configuration for the ... for the platform.��

I changed the loading instruction to��

Metacello new
smalltalkhubUser: 'DBXTalk' project: 'Garage';
configuration: 'GarageGlorp';
version: '0.2';
load.

And it seems to work. May be we should publish a symbolic version for pharo 60.��
I do not think that I have commit right.��

Stef