[Pharo-project] Some repackaging ideas
1) There are some basic objects that should be allways in the core - Character (now packaged in Collection-Strings) - CombinedChar (now packaged in Graphics-Text) - Rectangle (now packaged in Collection-Primitives) - Point (now packaged in Collection-Primitives) Maybe it should be good to put them in a 'Kernel-BasicObjects' category. 2) I do not get why Text stuff is in Collections-Text. And Graphics-Text contains stuff related to it too Maybe we can package them together as - Text-Core - Text-Scanning And put RunArray into Text-Core will clean a bit the scene :). Will create issues Guille
On Tue, May 22, 2012 at 12:50 PM, Guillermo Polito < guillermopolito@gmail.com> wrote:
1) There are some basic objects that should be allways in the core - Character (now packaged in Collection-Strings) - CombinedChar (now packaged in Graphics-Text) - Rectangle (now packaged in Collection-Primitives) - Point (now packaged in Collection-Primitives)
*here meant Graphics-Primitives*
Maybe it should be good to put them in a 'Kernel-BasicObjects' category.
http://code.google.com/p/pharo/issues/detail?id=5944&thanks=5944&ts=13376840...
2) I do not get why Text stuff is in Collections-Text. And Graphics-Text contains stuff related to it too Maybe we can package them together as - Text-Core - Text-Scanning
And put RunArray into Text-Core will clean a bit the scene :).
http://code.google.com/p/pharo/issues/detail?id=5945&thanks=5945&ts=13376840...
Will create issues Guille
On May 22, 2012, at 12:50 PM, Guillermo Polito wrote:
1) There are some basic objects that should be allways in the core - Character (now packaged in Collection-Strings) - CombinedChar (now packaged in Graphics-Text) - Rectangle (now packaged in Collection-Primitives) - Point (now packaged in Collection-Primitives)
Maybe it should be good to put them in a 'Kernel-BasicObjects' category.
+ 1
2) I do not get why Text stuff is in Collections-Text. And Graphics-Text contains stuff related to it too Maybe we can package them together as - Text-Core - Text-Scanning
And put RunArray into Text-Core will clean a bit the scene :).
yes
Will create issues Guille
oh dat Text.. i would put it into DEV-NULL one day :) we should really study how other systems represent a text inside. On 22 May 2012 13:05, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On May 22, 2012, at 12:50 PM, Guillermo Polito wrote:
1) There are some basic objects that should be allways in the core - Character     (now packaged in Collection-Strings) - CombinedChar  (now packaged in Graphics-Text) - Rectangle     (now packaged in Collection-Primitives) - Point         (now packaged in Collection-Primitives)
Maybe it should be good to put them in a 'Kernel-BasicObjects' category.
+ 1
2) I do not get why Text stuff is in Collections-Text.  And Graphics-Text contains stuff related to it too Maybe we can package them together as  - Text-Core  - Text-Scanning
And put RunArray into Text-Core will clean a bit the scene :).
yes
Will create issues Guille
-- Best regards, Igor Stasenko.
participants (3)
-
Guillermo Polito -
Igor Stasenko -
Stéphane Ducasse