Lukas Renggli | 1 Dec 2009 11:26
Picon
Gravatar

Re: gofer load make the categories don't appear

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

Lukas

2009/12/1 arnaud Jean Baptiste <jbaptiste.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
> Pharo-project@...
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--

-- 
Lukas Renggli
(Continue reading)

arnaud Jean Baptiste | 1 Dec 2009 11:40
Picon
Gravatar

Re: gofer load make the categories don't appear

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 <jbaptiste.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
(Continue reading)

arnaud Jean Baptiste | 1 Dec 2009 11:40
Picon
Gravatar

Re: gofer load make the categories don't appear

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 <jbaptiste.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
(Continue reading)

arnaud Jean Baptiste | 1 Dec 2009 11:53
Picon
Gravatar

Re: gofer load make the categories don't appear


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 <jbaptiste.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.
(Continue reading)

Lukas Renggli | 1 Dec 2009 12:58
Picon
Gravatar

Re: gofer load make the categories don't appear

Yeah, the old browser does not seem to refresh.

Lukas

2009/12/1 arnaud Jean Baptiste <jbaptiste.arnaud@...>:
>
> 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 <jbaptiste.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
(Continue reading)

Lukas Renggli | 1 Dec 2009 12:58
Picon
Gravatar

Re: gofer load make the categories don't appear

Yeah, the old browser does not seem to refresh.

Lukas

2009/12/1 arnaud Jean Baptiste <jbaptiste.arnaud@...>:
>
> 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 <jbaptiste.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
(Continue reading)

arnaud Jean Baptiste | 1 Dec 2009 11:53
Picon
Gravatar

Re: gofer load make the categories don't appear


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 <jbaptiste.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.
(Continue reading)


Gmane