[BUG]Integer class(Object)>>error:

joseph.frippiat at skynet.be joseph.frippiat at skynet.be
Sun Mar 23 22:48:49 UTC 2003


Loading the packages ANSI Compatibility (12) and ANSI Tests (3.4) in a
fresh 3.4 image and trying to read the comment in the TestRunner Class
give this error.

23 March 2003 9:42:04 pm

VM: Win32 - Squeak3.4 of 1 March 2003 [latest update: #5170]
Image: Squeak3.4 [latest update: #5170]

Integer class(Object)>>error:
	Receiver: Integer
	Arguments and temporary variables: 
		aString: 	'At least one digit expected here'
	Receiver's instance variables: 
		superclass: 	Number
		methodDict: 	a MethodDictionary(#*->a CompiledMethod (474) #+->a
CompiledMethod ...etc...
		format: 	2
		instanceVariables: 	nil
		organization: 	('testing' even isInteger isPowerOfTwo)
('arithmetic' * + - / // ...etc...
		subclasses: 	#(SmallInteger LargePositiveInteger)
		name: 	#Integer
		classPool: 	a Dictionary()
		sharedPools: 	nil
		environment: 	nil
		category: 	nil

Integer class>>readFrom:base:
	Receiver: Integer
	Arguments and temporary variables: 
		aStream: 	a ReadStream
		base: 	10
		digit: 	29
		value: 	0
		neg: 	false
		startPos: 	83
	Receiver's instance variables: 
		superclass: 	Number
		methodDict: 	a MethodDictionary(#*->a CompiledMethod (474) #+->a
CompiledMethod ...etc...
		format: 	2
		instanceVariables: 	nil
		organization: 	('testing' even isInteger isPowerOfTwo)
('arithmetic' * + - / // ...etc...
		subclasses: 	#(SmallInteger LargePositiveInteger)
		name: 	#Integer
		classPool: 	a Dictionary()
		sharedPools: 	nil
		environment: 	nil
		category: 	nil

Integer class>>readFrom:
	Receiver: Integer
	Arguments and temporary variables: 
		aStream: 	a ReadStream
	Receiver's instance variables: 
		superclass: 	Number
		methodDict: 	a MethodDictionary(#*->a CompiledMethod (474) #+->a
CompiledMethod ...etc...
		format: 	2
		instanceVariables: 	nil
		organization: 	('testing' even isInteger isPowerOfTwo)
('arithmetic' * + - / // ...etc...
		subclasses: 	#(SmallInteger LargePositiveInteger)
		name: 	#Integer
		classPool: 	a Dictionary()
		sharedPools: 	nil
		environment: 	nil
		category: 	nil

Number class>>readRemainderOf:from:base:withSign:
	Receiver: Number
	Arguments and temporary variables: 
		integerPart: 	1
		aStream: 	a ReadStream
		base: 	10
		sign: 	1
		value: 	1
		fraction: 	nil
		fractionDigits: 	0
		fracpos: 	nil
		peekChar: 	$d
		scale: 	nil
	Receiver's instance variables: 
		superclass: 	Magnitude
		methodDict: 	a MethodDictionary(#*->a CompiledMethod (764) #+->a
CompiledMethod ...etc...
		format: 	2
		instanceVariables: 	nil
		organization: 	('arithmetic' * + - / // \\ abs negated quo: reciprocal
rem:)
('m...etc...
		subclasses: 	#(Fraction Float Integer ScaledDecimal)
		name: 	#Number
		classPool: 	a Dictionary()
		sharedPools: 	nil
		environment: 	nil
		category: 	nil


--- The full stack ---
Integer class(Object)>>error:
Integer class>>readFrom:base:
Integer class>>readFrom:
Number class>>readRemainderOf:from:base:withSign:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Number class>>readFrom:
RunArray class>>scanFrom:
StandardFileStream(PositionableStream)>>nextChunkText
RemoteString>>text
ClassOrganizer>>classComment
TestRunner class(ClassDescription)>>comment
Browser>>contents
PluggableTextMorph>>getText
PluggableTextMorph>>update:
[] in Browser(Object)>>changed:
DependentsArray>>do:
Browser(Object)>>changed:
Browser(Object)>>contentsChanged
Browser(CodeHolder)>>contentsChanged
Browser>>editComment
Browser>>plusButtonHit
PluggableButtonMorph>>performAction
[] in PluggableButtonMorph>>mouseUp:
Array(SequenceableCollection)>>do:
PluggableButtonMorph>>mouseUp:
PluggableButtonMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableButtonMorph(Morph)>>handleEvent:
PluggableButtonMorph(Morph)>>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