gofer load make the categories don't appear

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

gofer load make the categories don't appear

Jean Baptiste Arnaud
When i load a package Via Gofer, the categories of the loaded code doesn't appear.

take a new image PharoCore1.1ALPHA Latest update: #11066

How to reproduce :
execute :

Gofer new squeaksource:'JBARepo';
        addPackage:'FFI-Kernel';
        load.

then no categories FFI-kernel appear. but you can find the class loaded if you search them (FFIConstants or ExternalObject )


I open a issue : 1530
_______________________________________________
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: gofer load make the categories don't appear

Lukas Renggli
I cannot reproduce. Note that the category is called 'FFI-Kernel', not
'FFI-kernel'.

Lukas

2009/12/1 arnaud Jean Baptiste <[hidden email]>:

> When i load a package Via Gofer, the categories of the loaded code doesn't appear.
>
> take a new image PharoCore1.1ALPHA Latest update: #11066
>
> How to reproduce :
> execute :
>
> Gofer new squeaksource:'JBARepo';
>        addPackage:'FFI-Kernel';
>        load.
>
> then no categories FFI-kernel appear. but you can find the class loaded if you search them (FFIConstants or ExternalObject )
>
>
> I open a issue : 1530
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Lukas Renggli
http://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: gofer load make the categories don't appear

Jean Baptiste Arnaud
True i cannot reproduce again but that arrived twice.
I close the issue
i will be careful about what i do, then i will try to find how correctly reproduce.



On Dec 1, 2009, at 11:26 AM, Lukas Renggli wrote:

> I cannot reproduce. Note that the category is called 'FFI-Kernel', not
> 'FFI-kernel'.
>
> Lukas
>
> 2009/12/1 arnaud Jean Baptiste <[hidden email]>:
>> When i load a package Via Gofer, the categories of the loaded code doesn't appear.
>>
>> take a new image PharoCore1.1ALPHA Latest update: #11066
>>
>> How to reproduce :
>> execute :
>>
>> Gofer new squeaksource:'JBARepo';
>>        addPackage:'FFI-Kernel';
>>        load.
>>
>> then no categories FFI-kernel appear. but you can find the class loaded if you search them (FFIConstants or ExternalObject )
>>
>>
>> I open a issue : 1530
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> 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: gofer load make the categories don't appear

Jean Baptiste Arnaud
In reply to this post by Lukas Renggli

Not a Gofer problem it's update problem when loading from browser
A way to reproduce :

create a method containing :

Gofer new squeaksource:'JBARepo';
       addPackage:'FFI-Kernel';
       load.

select and Print it (with do it seem work ), then the browser seems not be updated.



On Dec 1, 2009, at 11:26 AM, Lukas Renggli wrote:

> I cannot reproduce. Note that the category is called 'FFI-Kernel', not
> 'FFI-kernel'.
>
> Lukas
>
> 2009/12/1 arnaud Jean Baptiste <[hidden email]>:
>> When i load a package Via Gofer, the categories of the loaded code doesn't appear.
>>
>> take a new image PharoCore1.1ALPHA Latest update: #11066
>>
>> How to reproduce :
>> execute :
>>
>> Gofer new squeaksource:'JBARepo';
>>        addPackage:'FFI-Kernel';
>>        load.
>>
>> then no categories FFI-kernel appear. but you can find the class loaded if you search them (FFIConstants or ExternalObject )
>>
>>
>> I open a issue : 1530
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> 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: gofer load make the categories don't appear

Lukas Renggli
Yeah, the old browser does not seem to refresh.

Lukas

2009/12/1 arnaud Jean Baptiste <[hidden email]>:

>
> Not a Gofer problem it's update problem when loading from browser
> A way to reproduce :
>
> create a method containing :
>
> Gofer new squeaksource:'JBARepo';
>       addPackage:'FFI-Kernel';
>       load.
>
> select and Print it (with do it seem work ), then the browser seems not be updated.
>
>
>
> On Dec 1, 2009, at 11:26 AM, Lukas Renggli wrote:
>
>> I cannot reproduce. Note that the category is called 'FFI-Kernel', not
>> 'FFI-kernel'.
>>
>> Lukas
>>
>> 2009/12/1 arnaud Jean Baptiste <[hidden email]>:
>>> When i load a package Via Gofer, the categories of the loaded code doesn't appear.
>>>
>>> take a new image PharoCore1.1ALPHA Latest update: #11066
>>>
>>> How to reproduce :
>>> execute :
>>>
>>> Gofer new squeaksource:'JBARepo';
>>>        addPackage:'FFI-Kernel';
>>>        load.
>>>
>>> then no categories FFI-kernel appear. but you can find the class loaded if you search them (FFIConstants or ExternalObject )
>>>
>>>
>>> I open a issue : 1530
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>>
>>
>> --
>> Lukas Renggli
>> http://www.lukas-renggli.ch
>>
>> _______________________________________________
>> 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
>



--
Lukas Renggli
http://www.lukas-renggli.ch

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