[FIX] Re: [BUG]WriteStream(Object)>>doesNotUnderstand: #tabs:

Anthony Hannan ajh18 at cornell.edu
Thu Dec 11 21:45:37 UTC 2003


The version of CompiledMethod>>longPrintOn:indent: that came with
5591InspectorEnh-ajh is wrong.  It should be reverted back to its
previous version which came with 5308ContextEnh-ajh.

Cheers,
Anthony

ducasse at iam.unibe.ch wrote:
> VM: Mac OS - Squeak3.7alpha of '11 September 2003' [latest update:
> #5566] Squeak VM 3.7.0b2
> Image: Squeak3.7alpha [latest update: #5595]
> 
> WriteStream(Object)>>doesNotUnderstand: #tabs:
> 	Receiver: a WriteStream ''
> 	Arguments and temporary variables: 
> 		aMessage: 	tabs: 0
> 	Receiver's instance variables: 
> 		collection: 
> '
> c...
> 		position: 	0
> 		readLimit: 	0
> 		writeLimit: 	1000
> 
> CompiledMethod>>longPrintOn:indent:
> 	Receiver: a CompiledMethod (1887)
> 	Arguments and temporary variables: 
> 		aStream: 	a WriteStream ''
> 		tabs: 	0
> 	Receiver's instance variables: 
> a CompiledMethod (1887)
> 
> CompiledMethod>>longPrintOn:
> 	Receiver: a CompiledMethod (1887)
> 	Arguments and temporary variables: 
> 		aStream: 	a WriteStream ''
> 	Receiver's instance variables: 
> a CompiledMethod (1887)
> 
> CompiledMethod>>symbolic
> 	Receiver: a CompiledMethod (1887)
> 	Arguments and temporary variables: 
> 		aStream: 	a WriteStream ''
> 	Receiver's instance variables: 
> a CompiledMethod (1887)
> 
> 
> --- The full stack ---
> WriteStream(Object)>>doesNotUnderstand: #tabs:
> CompiledMethod>>longPrintOn:indent:
> CompiledMethod>>longPrintOn:
> CompiledMethod>>symbolic
>  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> CompiledMethodInspector>>selection
> CompiledMethodInspector(Inspector)>>stepAt:in:
> SystemWindow>>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