[BUG]FileDirectory class(Object)>>doesNotUnderstand: #setDefaultDirectoryFrom:

raymondasselin at sympatico.ca raymondasselin at sympatico.ca
Thu Jan 8 03:46:29 UTC 2004


I was updating BFAV2.0 to 2.01.  #setDefaultDirectoryFrom: is'nt known
in my  3.7a-5623 image

7 January 2004 10:41:28 pm

VM: Mac OS - a SmalltalkImage
Image: Squeak3.7alpha [latest update: #5623]

FileDirectory class(Object)>>doesNotUnderstand:
#setDefaultDirectoryFrom:
	Receiver: FileDirectory
	Arguments and temporary variables: 
		t1: 	setDefaultDirectoryFrom: 'OSXII:Dev:ATELIER
BUGFIX:Squeak3.7a-5607.image'
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#acceptsUploads->a CompiledMethod
(2164) #assure...etc...
		format: 	132
		instanceVariables: 	#('pathName')
		organization: 	('path access' fullPathFor: on: pathName
pathNameDelimiter pathPa...etc...
		subclasses: 	#(UnixFileDirectory AcornFileDirectory MacFileDirectory
DosFileDire...etc...
		name: 	#FileDirectory
		classPool: 	a Dictionary(#DefaultDirectory->MacHFSPlusFileDirectory on
'OSXII:De...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

FileDirectory class>>startUp
	Receiver: FileDirectory
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#acceptsUploads->a CompiledMethod
(2164) #assure...etc...
		format: 	132
		instanceVariables: 	#('pathName')
		organization: 	('path access' fullPathFor: on: pathName
pathNameDelimiter pathPa...etc...
		subclasses: 	#(UnixFileDirectory AcornFileDirectory MacFileDirectory
DosFileDire...etc...
		name: 	#FileDirectory
		classPool: 	a Dictionary(#DefaultDirectory->MacHFSPlusFileDirectory on
'OSXII:De...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

FileDirectory class(Behavior)>>startUp:
	Receiver: FileDirectory
	Arguments and temporary variables: 
		t1: 	false
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#acceptsUploads->a CompiledMethod
(2164) #assure...etc...
		format: 	132
		instanceVariables: 	#('pathName')
		organization: 	('path access' fullPathFor: on: pathName
pathNameDelimiter pathPa...etc...
		subclasses: 	#(UnixFileDirectory AcornFileDirectory MacFileDirectory
DosFileDire...etc...
		name: 	#FileDirectory
		classPool: 	a Dictionary(#DefaultDirectory->MacHFSPlusFileDirectory on
'OSXII:De...etc...
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

[] in SystemDictionary>>send:toClassesNamedIn:with: {[:t6 |  t5 := self 
   at: t6     ifAbsent: [].  t5   ifNil: [t4 add: t6]   ...]}
	Arguments and temporary variables: 
		t1: 	#startUp:
		t2: 	an OrderedCollection(#DisplayScreen #Cursor #InputSensor
#ProcessorSchedule...etc...
		t3: 	false
		t4: 	an OrderedCollection()
		t5: 	FileDirectory
		t6: 	#FileDirectory


--- The full stack ---
FileDirectory class(Object)>>doesNotUnderstand:
#setDefaultDirectoryFrom:
FileDirectory class>>startUp
FileDirectory class(Behavior)>>startUp:
[] in SystemDictionary>>send:toClassesNamedIn:with: {[:t6 |  t5 := self 
   at: t6     ifAbsent: [].  t5   ifNil: [t4 add: t6]   ...]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OrderedCollection>>do:
SystemDictionary>>send:toClassesNamedIn:with:
SystemDictionary>>processStartUpList:
SmalltalkImage>>snapshot:andQuit:embedded:
SmalltalkImage>>snapshot:andQuit:
SmalltalkImage>>saveSession
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent: {[(t2 := selector numArgs) = 0  
ifTrue: [target perform: selector]   ifFalse...]}
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: {[ActiveHand := self. 
ActiveEvent := t1.  t4 := t2     handleFocusEvent: (t1...]}
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
...etc...



More information about the Squeak-dev mailing list