[Pharo-project] gofer load make the categories don't appear
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
I cannot reproduce. Note that the category is called 'FFI-Kernel', not 'FFI-kernel'. Lukas 2009/12/1 arnaud Jean Baptiste <jbaptiste.arnaud@gmail.com>:
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@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
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@gmail.com>:
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@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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@gmail.com>:
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@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Yeah, the old browser does not seem to refresh. Lukas 2009/12/1 arnaud Jean Baptiste <jbaptiste.arnaud@gmail.com>:
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@gmail.com>:
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@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch
participants (2)
-
arnaud Jean Baptiste -
Lukas Renggli