[BUG]Module doesNotUnderstand: #includesIdentity

ned at bike-nomad.com ned at bike-nomad.com
Wed Jan 30 18:09:50 UTC 2002


In a simple change sorter, select a change set. In the class pane, pop
up the context menu and choose "browse protocol". You get a walkback.

30 January 2002 10:07:39 am

VM: unix - Squeak3.1alpha of 7 March 2001 [latest update: #4332]
Image: Squeak3.3alpha [latest update: #4689]

Module(Object)>>doesNotUnderstand:
	Receiver: #(Squeak EToy Scripting References)
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #includesIdentity: and arguments:
#(ZipArchi...etc...
	Receiver's instance variables: 
		version: 	nil
		parentModule: 	#(Squeak EToy Scripting)
		neighborModules: 	nil
		definedNames: 	an IdentityDictionary(#Car->a Player157 (202) named Car
#Wheel->a...etc...
		exportedNames: 	an IdentityDictionary(#Car->a Player157 (202) named
Car #Wheel->...etc...
		repository: 	nil

Module>>doesNotUnderstand:
	Receiver: #(Squeak EToy Scripting References)
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #includesIdentity: and arguments:
#(ZipArchi...etc...
		ass: 	nil
		mod: 	nil
	Receiver's instance variables: 
		version: 	nil
		parentModule: 	#(Squeak EToy Scripting)
		neighborModules: 	nil
		definedNames: 	an IdentityDictionary(#Car->a Player157 (202) named Car
#Wheel->a...etc...
		exportedNames: 	an IdentityDictionary(#Car->a Player157 (202) named
Car #Wheel->...etc...
		repository: 	nil

Metaclass(Object)>>uniqueNameForReferenceOrNil
	Receiver: ZipArchive class
	Arguments and temporary variables: 
		aName: 	nil
	Receiver's instance variables: 
		superclass: 	Archive class
		methodDict: 	a MethodDictionary(#addFileToZip:->a CompiledMethod (291)
#compress...etc...
		format: 	152
		instanceVariables: 	nil
		organization: 	('class variables' initialize)
('constants' compressionDeflated c...etc...
		thisClass: 	ZipArchive

Metaclass(Object)>>nameForViewer
	Receiver: ZipArchive class
	Arguments and temporary variables: 
		aName: 	nil
		msg: 	nil
		rcvr: 	nil
	Receiver's instance variables: 
		superclass: 	Archive class
		methodDict: 	a MethodDictionary(#addFileToZip:->a CompiledMethod (291)
#compress...etc...
		format: 	152
		instanceVariables: 	nil
		organization: 	('class variables' initialize)
('constants' compressionDeflated c...etc...
		thisClass: 	ZipArchive

--- The rest of the stack ---
Lexicon>>startingWindowTitle
Lexicon>>openOnClass:inWorld:showingSelector:
ChangeSorter(StringHolder)>>browseFullProtocol
ChangeSorter(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>>DoIt
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list