Re: [Pharo-project] pseudo class

2011-04-27 Thread Stéphane Ducasse
pseudo class only serves the purpose to browse code not installed in the image. We will remove them soon and replace them by Ring meta model entities. All the tools should be able to use Ring entity since they are polymorphic to runtime entities. For example, no need for a special browser just a n

Re: [Pharo-project] pseudo class

2011-04-27 Thread Nicolas Cellier
It's an artefact that enables browsing some code that is not installed in the image... Nicolas 2011/4/27 Sean Allen : > i've been poking around trying to figure out what pseudo class does in pharo > and haven't really been successul. > can someone give me some basic background on the role it serv

[Pharo-project] pseudo class

2011-04-26 Thread Sean Allen
i've been poking around trying to figure out what pseudo class does in pharo and haven't really been successul. can someone give me some basic background on the role it serves?