[BUG][3.4g] comments after a condenseChanges

Magistrello Alejandro (SFA) magistra at TELEFONICA.COM.AR
Fri Feb 21 15:00:00 UTC 2003


using a Squeak3.4g image (after a condenseChanges) tryng to see the
classComment of one of this classes:
ParameterTile, SymbolListTile, TypeListTile, RecentMessageSet,
TextAttribute, ClassCommentVersionsBrowser, 
SearchingViewer, StandardViewer, DataType, Viewer, NumberType, TheWorldMenu,
CrLfFileStream, FileList, FileModifyingSimpleServiceEntry,
IdentityDictionary, Preference

i get this error:
--
MessageNotUnderstood: isSeparator
21 February 2003 11:26:09 am

VM: Win32 - Squeak3.2gamma of 12 January 2002 [latest update: #4879]
Image: Squeak3.4gamma [latest update: #5169]

UndefinedObject(Object)>>doesNotUnderstand:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #isSeparator and
arguments: #()
	Receiver's instance variables: 
nil
StandardFileStream(PositionableStream)>>skipSeparators
	Receiver: StandardFileStream:
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.4bb-5156\Squeak3.4g-5169.ch...etc
...
	Arguments and temporary variables: 

	Receiver's instance variables: 


StandardFileStream(PositionableStream)>>nextChunk
	Receiver: StandardFileStream:
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.4bb-5156\Squeak3.4g-5169.ch...etc
...
	Arguments and temporary variables: 
		terminator: 	$!
		out: 	a WriteStream
		ch: 	nil
	Receiver's instance variables: 


StandardFileStream(PositionableStream)>>nextChunkText
	Receiver: StandardFileStream:
'C:\Usuario\Publico\Objetos\Squeak\Squeak3.4bb-5156\Squeak3.4g-5169.ch...etc
...
	Arguments and temporary variables: 
		string: 	nil
		runsRaw: 	nil
		strm: 	nil
		runs: 	nil
		peek: 	nil
	Receiver's instance variables: 



--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand:
StandardFileStream(PositionableStream)>>skipSeparators
StandardFileStream(PositionableStream)>>nextChunk
StandardFileStream(PositionableStream)>>nextChunkText
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RemoteString>>text
CompiledMethod>>getSourceFromFile
CompiledMethod>>getSourceFor:in:
ClassOrganizer class(Behavior)>>sourceCodeAt:ifAbsent:
ClassOrganizer class(ClassDescription)>>ultimateSourceCodeAt:ifAbsent:
Browser(CodeHolder)>>sourceStringPrettifiedAndDiffed
Browser>>selectedMessage
Browser>>contents
PluggableTextMorph>>getText
PluggableTextMorph>>update:
[] in Browser(Object)>>changed:
DependentsArray>>do:
Browser(Object)>>changed:
Browser(Object)>>contentsChanged
Browser(CodeHolder)>>contentsChanged
Browser>>messageListIndex:
PluggableListMorph>>changeModelSelection:
PluggableListMorph>>setSelectedMorph:
PluggableListMorph>>mouseUp:
PluggableListMorph(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableListMorph(Morph)>>handleEvent:
PluggableListMorph(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

--

regards
Alejandro



More information about the Squeak-dev mailing list