little gofer enh

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

little gofer enh

stephane ducasse
hi lukas

recently I spend a lot of time typing expression like that

Gofer new
        squeaksource: 'Torch';
        package: 'ConfigurationOfTorch';
        load

Gofer new
        squeaksource: 'Glamour';
        package: 'ConfigurationOfGlamour';
        load


And I would love to type

Gofer loadConfigurationOf: #Torch

is it possible :)

Stef

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: little gofer enh

Dale Henrichs
Stef,

That's exactly what GoferProjectLoader is for... see
http://www.smallworks.com.ar/en/community/GoferProjectLoader.

Although you'd type:

   Gofer project load: 'Torch'

Dale


stephane ducasse wrote:

> hi lukas
>
> recently I spend a lot of time typing expression like that
>
> Gofer new
> squeaksource: 'Torch';
> package: 'ConfigurationOfTorch';
> load
>
> Gofer new
> squeaksource: 'Glamour';
> package: 'ConfigurationOfGlamour';
> load
>
>
> And I would love to type
>
> Gofer loadConfigurationOf: #Torch
>
> is it possible :)
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: little gofer enh

Lukas Renggli
In reply to this post by stephane ducasse
Isn't that what
<http://www.smallworks.com.ar/en/community/GoferProjectLoader> does?

Lukas

On 27 May 2010 20:13, stephane ducasse <[hidden email]> wrote:

> hi lukas
>
> recently I spend a lot of time typing expression like that
>
> Gofer new
>        squeaksource: 'Torch';
>        package: 'ConfigurationOfTorch';
>        load
>
> Gofer new
>        squeaksource: 'Glamour';
>        package: 'ConfigurationOfGlamour';
>        load
>
>
> And I would love to type
>
> Gofer loadConfigurationOf: #Torch
>
> is it possible :)
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: little gofer enh

Stéphane Ducasse
In reply to this post by Dale Henrichs
so may be we should load it with metacello / gofer?

On May 27, 2010, at 8:37 PM, Dale Henrichs wrote:

> Stef,
>
> That's exactly what GoferProjectLoader is for... see http://www.smallworks.com.ar/en/community/GoferProjectLoader.
>
> Although you'd type:
>
>  Gofer project load: 'Torch'
>
> Dale
>
>
> stephane ducasse wrote:
>> hi lukas
>> recently I spend a lot of time typing expression like that Gofer new squeaksource: 'Torch';
>> package: 'ConfigurationOfTorch';
>> load
>> Gofer new squeaksource: 'Glamour';
>> package: 'ConfigurationOfGlamour';
>> load
>> And I would love to type
>> Gofer loadConfigurationOf: #Torch is it possible :)
>> Stef
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: little gofer enh

Dale Henrichs
Stef,

I think so ... I think that when we get to the point where we have
separate Metacello repositories for Pharo 1.0 and Pharo 1.1 it will be
part of the 'require' tool set anyway...

Dale

Stéphane Ducasse wrote:

> so may be we should load it with metacello / gofer?
>
> On May 27, 2010, at 8:37 PM, Dale Henrichs wrote:
>
>> Stef,
>>
>> That's exactly what GoferProjectLoader is for... see http://www.smallworks.com.ar/en/community/GoferProjectLoader.
>>
>> Although you'd type:
>>
>>  Gofer project load: 'Torch'
>>
>> Dale
>>
>>
>> stephane ducasse wrote:
>>> hi lukas
>>> recently I spend a lot of time typing expression like that Gofer new squeaksource: 'Torch';
>>> package: 'ConfigurationOfTorch';
>>> load
>>> Gofer new squeaksource: 'Glamour';
>>> package: 'ConfigurationOfGlamour';
>>> load
>>> And I would love to type
>>> Gofer loadConfigurationOf: #Torch is it possible :)
>>> Stef
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project