how do I recompile a class in Pharo 3?

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

how do I recompile a class in Pharo 3?

Paul DeBruicker
And a package, class heirarcy, etc....



Thanks for any tips


Paul

Reply | Threaded
Open this post in threaded view
|

Re: how do I recompile a class in Pharo 3?

EstebanLM
TheClass recompile.
TheClass withAllSubclassesDo: #recompile.
TheClass package classes do: #recompile.

cheers,
Esteban

> On 17 Feb 2015, at 18:25, Paul DeBruicker <[hidden email]> wrote:
>
> And a package, class heirarcy, etc....
>
>
>
> Thanks for any tips
>
>
> Paul
>


Reply | Threaded
Open this post in threaded view
|

Re: how do I recompile a class in Pharo 3?

jtuchel
In reply to this post by Paul DeBruicker
I can only think of filing out and back in...

Joachim

Am 17.02.2015 18:25 schrieb Paul DeBruicker <[hidden email]>:

>
> And a package, class heirarcy, etc....
>
>
>
> Thanks for any tips
>
>
> Paul
>
>