Spy?

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

Spy?

Johan Brichau
Hi,

I tried to download SPY in a Pharo1.0 image using its Metacello conf, but it told me that I needed MMProbe and ActivityMonitor first.

Is SPY working in Pharo 1.0 ? Or not?

thx!

----------------------------
Johan Brichau
[hidden email]





_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Spy?

Stéphane Ducasse

On Jul 8, 2010, at 11:55 PM, Johan Brichau wrote:

> Hi,
>
> I tried to download SPY in a Pharo1.0 image using its Metacello conf, but it told me that I needed MMProbe and ActivityMonitor first.
>
> Is SPY working in Pharo 1.0 ? Or not?

:(
This defeats the purpose of using a monticelloConfiguration....
We will put in place a mechanism that validate the published configurations.

Stef

>
> thx!
>
> ----------------------------
> Johan Brichau
> [hidden email]
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Spy?

Alexandre Bergel
In reply to this post by Johan Brichau
> I tried to download SPY in a Pharo1.0 image using its Metacello conf, but it told me that I needed MMProbe and ActivityMonitor first.
>
> Is SPY working in Pharo 1.0 ? Or not?

Yes, it is working. New version of Metacello outdated the configuration. I am working on it right now...

Alexandre

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Spy?

Alexandre Bergel
In reply to this post by Johan Brichau
> I tried to download SPY in a Pharo1.0 image using its Metacello conf, but it told me that I needed MMProbe and ActivityMonitor first.
>
> Is SPY working in Pharo 1.0 ? Or not?


I was caught by the linear loading of Metacello.

Spy now load properly in Pharo 1.0 and 1.1 (I haven't tried using Cog however, it may not work since I wrap compiled method and I've heard it may be problematic).
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Gofer new
        squeaksource: 'Spy';
        package: 'ConfigurationOfSpy';
        load.
((Smalltalk at: #ConfigurationOfSpy) project perform: #lastVersion) load.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

A simple code profiling example:
KaiProfiler  
        viewProfiling: [
                        | view |
                        view := MOViewRenderer new.
                        view nodes: (1 to: 100) forEach: [:each | view nodes: (1 to: 100)].
                        view root applyLayout
                ]


Test coverage:
        HapaoTestCoverage viewCoverageOfPackage: 'Mondrian'

screenshot and short description:
        http://www.moosetechnology.org/tools/Spy/Hapao
        http://www.moosetechnology.org/tools/Spy/Kai

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project