[Pharo-project] Refactor: rename class give Spec bug.
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0 Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx Some Cmd-. needed but worked. Then, I wanted to have a look at how it worked. I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph. But I got a MNU: receiver of "model:widget:" is nil. Quite annoying. Screenshot in attach. Phil
what is Manuia Memory Monitor? Stef On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
The WorldMenu>System>Memory Monitor toot that was there in 1.3 Shows the memory usage of the VM, and allows to track a specific class in terms of instance count for example. Also has a gc button. It provides a feel of what goes on in the system in terms of memory. I kind of like it and missed it from 1.4 Phil 2013/2/24 stephane ducasse <stephane.ducasse@free.fr>:
what is Manuia Memory Monitor?
Stef On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
Ok we should port it to 20. Stef On Feb 24, 2013, at 9:21 PM, phil@highoctane.be wrote:
The WorldMenu>System>Memory Monitor toot that was there in 1.3
Shows the memory usage of the VM, and allows to track a specific class in terms of instance count for example. Also has a gc button.
It provides a feel of what goes on in the system in terms of memory. I kind of like it and missed it from 1.4
Phil
2013/2/24 stephane ducasse <stephane.ducasse@free.fr>:
what is Manuia Memory Monitor?
Stef On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
<PharoScreenshot.1.png>
You can get a version that works here; http://ss3.gemstone.com/ss/HO-Experiments/MemoryMonitor-PhilippeBack.16.mcz 2013/2/24 stephane ducasse <stephane.ducasse@free.fr>:
Ok we should port it to 20.
Stef
On Feb 24, 2013, at 9:21 PM, phil@highoctane.be wrote:
The WorldMenu>System>Memory Monitor toot that was there in 1.3
Shows the memory usage of the VM, and allows to track a specific class in terms of instance count for example. Also has a gc button.
It provides a feel of what goes on in the system in terms of memory. I kind of like it and missed it from 1.4
Phil
2013/2/24 stephane ducasse <stephane.ducasse@free.fr>:
what is Manuia Memory Monitor?
Stef On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
<PharoScreenshot.1.png>
Does the class WidgetBuilt exists in your system ? If not, maybe you should update your pharo version :) (This class exists in Pharo 20568) Ben On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
Interestingly, the autocomplete proposes it to me but a browse doesn't work (in 20568). Like in WidgetBuilt browse gives nothing... Updating to 20568 doesn't solve the issue. Weird! Phil 2013/2/25 Benjamin <benjamin.vanryseghem.pharo@gmail.com>:
Does the class WidgetBuilt exists in your system ? If not, maybe you should update your pharo version :)
(This class exists in Pharo 20568)
Ben
On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
yep, the autocompletion keeps a history of used symbols, but doesn't properly free them :/ On 2013-02-25, at 14:52, "phil@highoctane.be" <phil@highoctane.be> wrote:
Interestingly, the autocomplete proposes it to me but a browse doesn't work (in 20568).
Like in WidgetBuilt browse gives nothing...
Updating to 20568 doesn't solve the issue. Weird!
Phil
2013/2/25 Benjamin <benjamin.vanryseghem.pharo@gmail.com>:
Does the class WidgetBuilt exists in your system ? If not, maybe you should update your pharo version :)
(This class exists in Pharo 20568)
Ben
On Feb 24, 2013, at 6:02 PM, phil@highoctane.be wrote:
I was trying to get the Manuia Memory Monitor to work in Pharo 2.0
Got it working, nothing special: just say Smalltalk vm parameterAt: xxx instead of the SmalltalkImage current vmParameterAt: xxx
Some Cmd-. needed but worked.
Then, I wanted to have a look at how it worked.
I noticed a class named: MMMemoryUsageIndicadorMorph and wanted to rename it to MMMemoryUsageIndicatorMorph.
But I got a MNU: receiver of "model:widget:" is nil.
Quite annoying. Screenshot in attach.
Phil <PharoScreenshot.png>
participants (4)
-
Benjamin -
Camillo Bruni -
phil@highoctane.be -
stephane ducasse