pseudo class

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

pseudo class

SeanTAllen
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?
Reply | Threaded
Open this post in threaded view
|

Re: pseudo class

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 normal one using the same interface
to manipulate in image, remote or on disc changeset like or MC entities

RIght now pseudo class are just a hack to cover the lack of a decent code meta model.

Stef

On Apr 27, 2011, at 6:07 AM, Sean Allen wrote:

> 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?


Reply | Threaded
Open this post in threaded view
|

Re: pseudo class

Nicolas Cellier
In reply to this post by SeanTAllen
It's an artefact that enables browsing some code that is not installed
in the image...

Nicolas

2011/4/27 Sean Allen <[hidden email]>:
> 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?