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 johan.brichau@uclouvain.be
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 johan.brichau@uclouvain.be
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
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 ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (3)
-
Alexandre Bergel -
Johan Brichau -
Stéphane Ducasse