[squeak-dev] The Trunk: Collections-topa.658.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 7 18:11:01 UTC 2015


Tobias Pape uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-topa.658.mcz

==================== Summary ====================

Name: Collections-topa.658
Author: topa
Time: 7 October 2015, 8:10:49.578 pm
UUID: 83dfd8ec-adbe-431e-b4eb-9f1585dfe83d
Ancestors: Collections-mt.657

Make Text more polymorphic with String

=============== Diff against Collections-mt.657 ===============

Item was added:
==== ERROR ===

MessageNotUnderstood: Text>>includesUnifiedCharacter

7 October 2015 6:11:01.076 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 'hashWithInitialHash: initialHash
	"Implemented to be polymorphic with String"
...etc...
	Arguments and temporary variables: 
		aMessage: 	includesUnifiedCharacter
		exception: 	MessageNotUnderstood: Text>>includesUnifiedCharacter
		resumeValue: 	nil
	Receiver's instance variables: 
		string: 	'hashWithInitialHash: initialHash
	"Implemented to be polymorphic with ...etc...
		runs: 	a RunArray runs: #(121) values: #(#())

WriteStream>>nextChunkPut:
	Receiver: a WriteStream
	Arguments and temporary variables: 
		aString: 	a Text for 'hashWithInitialHash: initialHash
	"Implemented to be polym...etc...
		i: 	0
		remainder: 	a Text for 'hashWithInitialHash: initialHash
	"Implemented to be pol...etc...
		terminator: 	$!
	Receiver's instance variables: 
		collection: 	'----- Method: Text>>hashWithInitialHash: (in category ''comparing'...etc...
		position: 	194
		readLimit: 	0
		writeLimit: 	200

MCDiffyTextWriter(MCStWriter)>>writeMethodSource:
	Receiver: a MCDiffyTextWriter
	Arguments and temporary variables: 
		definition: 	a MCMethodDefinition(Text>>hashWithInitialHash:)
	Receiver's instance variables: 
		stream: 	a WriteStream
		initStream: 	nil

MCDiffyTextWriter(MCTextWriter)>>visitMethodDefinition:
	Receiver: a MCDiffyTextWriter
	Arguments and temporary variables: 
		definition: 	a MCMethodDefinition(Text>>hashWithInitialHash:)
	Receiver's instance variables: 
		stream: 	a WriteStream
		initStream: 	nil


--- The full stack ---
Text(Object)>>doesNotUnderstand: #includesUnifiedCharacter
WriteStream>>nextChunkPut:
MCDiffyTextWriter(MCStWriter)>>writeMethodSource:
MCDiffyTextWriter(MCTextWriter)>>visitMethodDefinition:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MCMethodDefinition>>accept:
[] in MCDiffyTextWriter(MCTextWriter)>>visitInFork:
String class(SequenceableCollection class)>>new:streamContents:
String class(SequenceableCollection class)>>streamContents:
MCDiffyTextWriter(MCTextWriter)>>visitInFork:
MCDiffyTextWriter>>writePatchFrom:to:
MCDiffyTextWriter>>writeAddition:
[] 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