> Thank you, I will give it a try (fed up writing).

this is a good sign :)

Stef

> 
> Lukas
> 
> On 16 March 2010 18:00, Tudor Girba <[email protected]> wrote:
>> Hi,
>> 
>> To get it:
>> Gofer new
>>        squeaksource: 'PharoTaskForces';
>>        package: 'RPackageAll';
>>        load.
>> 
>> To get a super-simple browser that shows extensions in italics:
>> 
>> Gofer new
>>        squeaksource: 'glamoroust';
>>        package: 'ConfigurationOfGlamoroust';
>>        load.
>> (Smalltalk at: #ConfigurationOfGlamoroust) perform: #loadDefault.
>> 
>> 
>> To execute it on a super simple package structure:
>> RMockFilledPackageOrganizer fillUp.
>> (Smalltalk at: #GTCoder) openOn: RMockFilledPackageOrganizer default
>> 
>> Cheers,
>> Doru
>> 
>> 
>> On 16 Mar 2010, at 17:23, Lukas Renggli wrote:
>> 
>>> Can you provide a Gofer expression to load it?
>>> 
>>> Lukas
>>> 
>>> On 16 March 2010 17:21, Stéphane Ducasse <[email protected]>
>>> wrote:
>>>> 
>>>> Hi
>>>> 
>>>> I started to reimplement the package class is did because the previous
>>>> one was a bit messy.
>>>> I'm currently migrating old the tests to the new implementation and for
>>>> now I have around 93% coverage.
>>>> I started to build a stupid browser to check my api.
>>>> Doru started to code a Glamour browser to see if this was ok.
>>>> 
>>>> Now I would really like if
>>>>       - somebody could have a look at the code
>>>>       - develop a simple package browser showing class extensions (it
>>>> would help me to define
>>>>       a good api to walk though a package). I started to use Momo and
>>>> this is why I reimplemented the class
>>>>       but so far I get nearly the same interface and I think that I can
>>>> do better.
>>>> 
>>>> Of course there are comments and tests so if one of you want to join we
>>>> could do remote pair coding to be able
>>>> to release a first version. So far
>>>>       - integration with MC
>>>>       - migrating from packageInfo
>>>>       - event notification
>>>>       are missing.
>>>> 
>>>> Stef
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [email protected]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>> 
>>> 
>>> 
>>> 
>>> --
>>> Lukas Renggli
>>> http://www.lukas-renggli.ch
>>> 
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> 
>> --
>> www.tudorgirba.com
>> 
>> "Reasonable is what we are accustomed with."
>> 
>> 
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>> 
> 
> 
> 
> -- 
> Lukas Renggli
> http://www.lukas-renggli.ch
> 
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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

Reply via email to