[BUG]Array(SequenceableCollection)>>indexOf:startingAt:ifAbsent:

milan.zimmermann at sympatico.ca milan.zimmermann at sympatico.ca
Sat Jul 10 15:43:07 UTC 2004


here insert explanation of what you were doing, suspect changes you've
made and so forth.

10 July 2004 11:19:42 am

VM: unix - a SmalltalkImage
Image: Squeak3.7beta [latest update: #5967]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/mzimmermann/dev/smalltalk/squeak/3.7
Trusted Dir /home/mzimmermann/dev/smalltalk/squeak/3.7/secure
Untrusted Dir /home/mzimmermann/dev/smalltalk/squeak/3.7/untrusted

Array(SequenceableCollection)>>indexOf:startingAt:ifAbsent:
	Receiver: #(a Project(Meerka Chase) a PasteUpMorph(720) [world] a
TranscriptStream '' a ChangeSet na...etc...
	Arguments and temporary variables: 
		anElement: 	a CompiledMethod (2340)
		start: 	1
		exceptionBlock: 	[] in Array(SequenceableCollection)>>indexOf: {[0]}
		index: 	nil
		indexLimiT: 	nil
	Receiver's instance variables: 
#(a Project(Meerka Chase) a PasteUpMorph(720) [world] a TranscriptStream
'' a ChangeSet na...etc...

Array(SequenceableCollection)>>indexOf:ifAbsent:
	Receiver: #(a Project(Meerka Chase) a PasteUpMorph(720) [world] a
TranscriptStream '' a ChangeSet na...etc...
	Arguments and temporary variables: 
		anElement: 	a CompiledMethod (2340)
		exceptionBlock: 	[] in Array(SequenceableCollection)>>indexOf: {[0]}
	Receiver's instance variables: 
#(a Project(Meerka Chase) a PasteUpMorph(720) [world] a TranscriptStream
'' a ChangeSet na...etc...

Array(SequenceableCollection)>>indexOf:
	Receiver: #(a Project(Meerka Chase) a PasteUpMorph(720) [world] a
TranscriptStream '' a ChangeSet na...etc...
	Arguments and temporary variables: 
		anElement: 	a CompiledMethod (2340)
	Receiver's instance variables: 
#(a Project(Meerka Chase) a PasteUpMorph(720) [world] a TranscriptStream
'' a ChangeSet na...etc...

Array(SequenceableCollection)>>includes:
	Receiver: #(a Project(Meerka Chase) a PasteUpMorph(720) [world] a
TranscriptStream '' a ChangeSet na...etc...
	Arguments and temporary variables: 
		anObject: 	a CompiledMethod (2340)
	Receiver's instance variables: 
#(a Project(Meerka Chase) a PasteUpMorph(720) [world] a TranscriptStream
'' a ChangeSet na...etc...


--- The full stack ---
Array(SequenceableCollection)>>indexOf:startingAt:ifAbsent:
Array(SequenceableCollection)>>indexOf:ifAbsent:
Array(SequenceableCollection)>>indexOf:
Array(SequenceableCollection)>>includes:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in ImageSegment>>rootsIncludingBlocks {[:ea | (arrayOfRoots includes:
ea) not]}
OrderedCollection>>select:
ImageSegment>>rootsIncludingBlocks
ImageSegment>>copySmartRootsExport:
[] in Project>>exportSegmentWithChangeSet:fileName:directory: {[is :=
ImageSegment new copySmartRootsExport: roots asArray]}
[] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
BlockContext>>on:do:
PasteUpMorph>>becomeActiveDuring:
Project>>exportSegmentWithChangeSet:fileName:directory:
Project>>exportSegmentFileName:directory:
Project>>storeOnServerInnards
[] in Project>>storeOnServerWithProgressInfo {[self
storeOnServerInnards]}
BlockContext>>on:do:
[] in ComplexProgressIndicator>>withProgressDo: {[aBlock   on:
ProgressInitiationException   do: [:ex | ex     sendNotificati...]}
BlockContext>>on:do:
ComplexProgressIndicator>>withProgressDo:
Project>>storeOnServerWithProgressInfo
Project>>storeOnServerAssumingNameValid
Project>>doArmsLengthCommand:
[] in Project>>armsLengthCommand:withDescription: {[self
doArmsLengthCommand: aCommand]}
[] in DoCommandOnceMorph>>step {[goForIt value]}
BlockContext>>on:do:
DoCommandOnceMorph>>step
DoCommandOnceMorph(Morph)>>stepAt:
StepMessage(MorphicAlarm)>>value:
WorldState>>runLocalStepMethodsIn:
WorldState>>runStepMethodsIn:
PasteUpMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor
yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}



More information about the Squeak-dev mailing list