[squeak-dev] The Trunk: Compiler-topa.310.mcz

Levente Uzonyi leves at elte.hu
Wed Oct 7 21:31:05 UTC 2015


On Wed, 7 Oct 2015, commits at source.squeak.org wrote:

> Tobias Pape uploaded a new version of Compiler to project The Trunk:
> http://source.squeak.org/trunk/Compiler-topa.310.mcz
>
> ==================== Summary ====================
>
> Name: Compiler-topa.310
> Author: topa
> Time: 7 October 2015, 8:03:18.668 pm
> UUID: 007ba87c-085b-44bf-bea2-f096dae30601
> Ancestors: Compiler-eem.309
>
> Be consistent with error messages
>
> =============== Diff against Compiler-eem.309 ===============
>
> Item was changed:
> ==== ERROR ===
>
> MessageNotUnderstood: Text>>includesUnifiedCharacter

Why do these Texts appear where Strings are expected in MC definitions?

Levente

>
> 7 October 2015 6:03:24.738 pm
>
> VM: unix - a SmalltalkImage
> Image: Squeak3.11alpha [latest update: #8824]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /home/squeaksource
> Trusted Dir /home/squeaksource/secure
> Untrusted Dir /home/squeaksource/My Squeak
>
> Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
> 	Receiver: a Text for 'An AmbiguousSelector is a notification produced by the Scanner/Parser/Compiler...etc...
> 	Arguments and temporary variables:
> 		aMessage: 	includesUnifiedCharacter
> 		exception: 	MessageNotUnderstood: Text>>includesUnifiedCharacter
> 		resumeValue: 	nil
> 	Receiver's instance variables:
> 		string: 	'An AmbiguousSelector is a notification produced by the Scanner/Parser/...etc...
> 		runs: 	a RunArray runs: #(378) values: #(#())
>
> WriteStream>>nextChunkPut:
> 	Receiver: a WriteStream
> 	Arguments and temporary variables:
> 		aString: 	a Text for 'An AmbiguousSelector is a notification produced by the Sca...etc...
> 		i: 	0
> 		remainder: 	a Text for 'An AmbiguousSelector is a notification produced by the S...etc...
> 		terminator: 	$!
> 	Receiver's instance variables:
> 		collection: 	'ParserNotification subclass: #AmbiguousSelector
> 	instanceVariableN...etc...
> 		position: 	608
> 		readLimit: 	0
> 		writeLimit: 	1012
>
> MCDiffyTextWriter(MCStWriter)>>writeClassComment:
> 	Receiver: a MCDiffyTextWriter
> 	Arguments and temporary variables:
> 		definition: 	a MCClassDefinition(AmbiguousSelector)
> 	Receiver's instance variables:
> 		stream: 	a WriteStream
> 		initStream: 	nil
>
> MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
> 	Receiver: a MCDiffyTextWriter
> 	Arguments and temporary variables:
> 		definition: 	a MCClassDefinition(AmbiguousSelector)
> 	Receiver's instance variables:
> 		stream: 	a WriteStream
> 		initStream: 	nil
>
>
> --- The full stack ---
> Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
> WriteStream>>nextChunkPut:
> MCDiffyTextWriter(MCStWriter)>>writeClassComment:
> MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> MCClassDefinition>>accept:
> [] in MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> String class(SequenceableCollection class)>>new:streamContents:
> String class(SequenceableCollection class)>>streamContents:
> MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> MCDiffyTextWriter>>writePatchFrom:to:
> MCDiffyTextWriter>>writeModification:
> [] in MCDiffyTextWriter>>writePatch:
> SortedCollection(OrderedCollection)>>do:
> MCDiffyTextWriter>>writePatch:
> SSDiffyTextWriter>>writePatch:
> [] in SSDiffyTextWriter>>writeVersion:for:
> BlockClosure>>on:do:
> SSDiffyTextWriter>>writeVersion:for:
> [] in SSEMailSubscription>>versionAdded:to:
> BlockClosure>>on:do:
> SSEMailSubscription>>versionAdded:to:
> [] in [] in SSProject>>versionAdded:
> [] in BlockClosure>>newProcess
>
>


More information about the Squeak-dev mailing list