[BUG]SystemDictionary(Object)>>error:

Stephane Ducasse ducasse at iam.unibe.ch
Thu Jun 19 07:23:28 UTC 2003


This is fixed in the following changesets of the KCP stream. However if 
nobody harvest them, this will stay broken.

Stef


On Wednesday, June 18, 2003, at 12:29 PM, Alexander at Lazarevic.de wrote:

> Using "Remove method, show me those senders" yields a Method Deprecated
> Error.
>
> 18 June 2003 12:24:22 pm
>
> VM: Win32 - Squeak3.4 of 1 March 2003 [latest update: #5170]
> Image: Squeak3.6alpha [latest update: #5247]
>
> SystemDictionary(Object)>>error:
> 	Receiver: a SystemDictionary(lots of globals)
> 	Arguments and temporary variables:
> 		aString: 	'Method Deprecated: Use 
> SystemNavigation>>browseAllCallsOn:'
> 	Receiver's instance variables:
> 		tally: 	1694
> 		array: 	#(#ClassCommentChunk->ClassCommentChunk nil nil
> #ExternalStructure nil n...etc...
> 		cachedClassNames: 	a SortedCollection(#ADPCMCodec #ADPCMCodecPlugin
> #AGenieIntro...etc...
>
> SystemDictionary>>browseAllCallsOn:
> 	Receiver: a SystemDictionary(lots of globals)
> 	Arguments and temporary variables:
> 		aLiteral: 	#poll
> 	Receiver's instance variables:
> 		tally: 	1694
> 		array: 	#(#ClassCommentChunk->ClassCommentChunk nil nil
> #ExternalStructure nil n...etc...
> 		cachedClassNames: 	a SortedCollection(#ADPCMCodec #ADPCMCodecPlugin
> #AGenieIntro...etc...
>
> Browser>>removeMessage
> 	Receiver: a Browser
> 	Arguments and temporary variables:
> 		messageName: 	#poll
> 		confirmation: 	2
> 	Receiver's instance variables:
> 		dependents: 	#(a SystemWindow(1688) a PluggableListMorph(837) a
> PluggableListMor...etc...
> 		contents: 	nil
> 		currentCompiledMethod: 	nil
> 		contentsSymbol: 	#source
> 		systemOrganizer: 	('Kernel-Objects' Boolean DependentsArray False
> MessageSend Mo...etc...
> 		classOrganizer: 	('accessing' at: at:put: basicAt:put:)
> ('bounds' numButtons rMa...etc...
> 		metaClassOrganizer: 	('instance creation' first index: new second)
> ('initialize-...etc...
> 		systemCategoryListIndex: 	78
> 		classListIndex: 	1
> 		messageCategoryListIndex: 	9
> 		messageListIndex: 	0
> 		editSelection: 	#newMessage
> 		metaClassIndicated: 	false
>
> Browser(StringHolder)>>perform:orSendTo:
> 	Receiver: a Browser
> 	Arguments and temporary variables:
> 		selector: 	#removeMessage
> 		otherTarget: 	a PluggableListMorph(2641)
> 	Receiver's instance variables:
> 		dependents: 	#(a SystemWindow(1688) a PluggableListMorph(837) a
> PluggableListMor...etc...
> 		contents: 	nil
> 		currentCompiledMethod: 	nil
> 		contentsSymbol: 	#source
> 		systemOrganizer: 	('Kernel-Objects' Boolean DependentsArray False
> MessageSend Mo...etc...
> 		classOrganizer: 	('accessing' at: at:put: basicAt:put:)
> ('bounds' numButtons rMa...etc...
> 		metaClassOrganizer: 	('instance creation' first index: new second)
> ('initialize-...etc...
> 		systemCategoryListIndex: 	78
> 		classListIndex: 	1
> 		messageCategoryListIndex: 	9
> 		messageListIndex: 	0
> 		editSelection: 	#newMessage
> 		metaClassIndicated: 	false
>
>
> --- The full stack ---
> SystemDictionary(Object)>>error:
> SystemDictionary>>browseAllCallsOn:
> Browser>>removeMessage
> Browser(StringHolder)>>perform:orSendTo:
>  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> [] in MenuItemMorph>>invokeWithEvent:
> BlockContext>>ensure:
> CursorWithMask(Cursor)>>showWhile:
> MenuItemMorph>>invokeWithEvent:
> MenuItemMorph>>mouseUp:
> MenuItemMorph>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> MenuItemMorph(Morph)>>handleEvent:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuItemMorph(Morph)>>processEvent:using:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuMorph(Morph)>>processEvent:using:
> MenuMorph(Morph)>>processEvent:
> MenuMorph>>handleFocusEvent:
> [] in HandMorph>>sendFocusEvent:to:clear:
> PasteUpMorph>>becomeActiveDuring:
> HandMorph>>sendFocusEvent:to:clear:
> HandMorph>>sendEvent:focus:clear:
> HandMorph>>sendMouseEvent:
> HandMorph>>handleEvent:
> HandMorph>>processEvents
> [] in WorldState>>doOneCycleNowFor:
> Array(SequenceableCollection)>>do:
> WorldState>>handsDo:
> WorldState>>doOneCycleNowFor:
> WorldState>>doOneCycleFor:
> PasteUpMorph>>doOneCycle
> [] in Project class>>spawnNewProcess
> [] in BlockContext>>newProcess
>



More information about the Squeak-dev mailing list