[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Nov 8 23:55:03 UTC 2009


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001735.html

Name: System-dtl.162
Ancestors: System-dtl.161

Move three methods from MorphicProject back to Project, undoing prior change. These are required for creating and entering an MVC project from Morphic.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001736.html

Name: Morphic-dtl.222
Ancestors: Morphic-ar.221

Move three methods from MorphicProject back to Project, undoing prior change. These are required for creating and entering an MVC project from Morphic.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001737.html

Name: Kernel-nice.289
Ancestors: Kernel-tbn.288

Fix from http://code.google.com/p/pharo/issues/detail?id=1424
This will allow comparing 
a MethodProperties analogousCodeTo: an AdditionalMethodState
et vice et versa

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001738.html

Name: Multilingual-nice.59
Ancestors: Multilingual-ar.58

File in fixes from http://bugs.squeak.org/view.php?id=7071 for handling unicode input

==== ERROR ===

Error: subscript is out of bounds: 0

8 November 2009 10:23:59 pm

VM: unix - a SmalltalkImage
Image: Squeak3.7 [latest update: #5989]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/squeaksource
Trusted Dir /home/squeaksource/secure
Untrusted Dir /home/squeaksource/My Squeak

Array(Object)>>error:
	Receiver: #(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...
	Arguments and temporary variables: 
		aString: 	'subscript is out of bounds: 0'
	Receiver's instance variables: 
#(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...

Array(Object)>>errorSubscriptBounds:
	Receiver: #(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...
	Arguments and temporary variables: 
		index: 	0
	Receiver's instance variables: 
#(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...

Array(Object)>>at:
	Receiver: #(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...
	Arguments and temporary variables: 
		index: 	0
	Receiver's instance variables: 
#(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xDelimiter #xDe...etc...

Parser(Scanner)>>scanToken
	Receiver: a Parser
	Arguments and temporary variables: 

	Receiver's instance variables: 
		source: 	a ReadStream
		mark: 	nil
		hereChar: 	$ 
		aheadChar: 	$ 
		token: 	nil
		tokenType: 	nil
		currentComment: 	nil
		buffer: 	a WriteStream
		typeTable: 	#(#xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xBinary #xB...etc...
		here: 	nil
		hereType: 	nil
		hereMark: 	nil
		hereEnd: 	nil
		prevMark: 	nil
		prevEnd: 	nil
		encoder: 	nil
		requestor: 	nil
		parseNode: 	nil
		failBlock: 	[] in Parser>>initPattern:notifying:return: {[^ nil]}
		requestorOffset: 	nil
		tempsMark: 	nil
		doitFlag: 	nil


--- The full stack ---
Array(Object)>>error:
Array(Object)>>errorSubscriptBounds:
Array(Object)>>at:
Parser(Scanner)>>scanToken
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Parser(Scanner)>>scan:
Parser>>init:notifying:failBlock:
Parser>>initPattern:notifying:return:
Parser>>parseSelector:
ChangeList>>scanCategory:class:meta:stamp:
ChangeList>>scanCategory
[] in ChangeList>>scanFile:from:to: {[:bar |  [file position < stopPosition]   whileTrue: [bar value: file positi...]}
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
ChangeList>>scanFile:from:to:
FilePackage>>fileInFrom:
MCStReader>>loadDefinitions
MCStReader(MCSnapshotReader)>>definitions
[] in MCMczReader>>extractDefinitionsFrom: {[:rc |  reader := rc on: member contentStream text.  definitions addAll: rea...]}
MCStReader class(Object)>>ifNotNilDo:
MCMczReader>>extractDefinitionsFrom:
[] in MCMczReader>>loadDefinitions {[:m | self extractDefinitionsFrom: m]}
OrderedCollection>>do:
MCMczReader>>loadDefinitions
MCMczReader(MCVersionReader)>>definitions
MCMczReader(MCVersionReader)>>snapshot
[] in SSDiffyTextWriter>>writeVersion:for: {[ancestor   ifNil: [self writeSnapshot: reader snapshot]   ifNotNil: [patch ...]}
BlockContext>>on:do:
SSDiffyTextWriter>>writeVersion:for:
SSEMailSubscription>>versionAdded:to:
[] in SSProject>>versionAdded: {[each new versionAdded: aVersion to: self]}
[] in BlockContext>>newProcess {[self value.  Processor terminateActive]}




    
    
        
	Previous message: [Pkg] The Trunk: Kernel-nice.289.mcz

	Next message: [Pkg] The Trunk: KernelTests-nice.106.mcz

          Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
       


More information about the Packages
mailing list

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001739.html

Name: KernelTests-nice.106
Ancestors: KernelTests-nice.105

Add a test for Float storeOn: (strange, I thought I already commited this one)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001740.html

Name: ST80-nice.63
Ancestors: ST80-dtl.62

Fix from http://bugs.squeak.org/view.php?id=7071 for unicode character input

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001741.html

Name: Morphic-nice.223
Ancestors: Morphic-dtl.222

Fix from http://bugs.squeak.org/view.php?id=7071 for unicode input

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001742.html

Name: Graphics-nice.88
Ancestors: Graphics-nice.87

clean-up isSelfEvaluating

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001743.html

Name: CollectionsTests-nice.108
Ancestors: CollectionsTests-nice.107

clean-up isSelfEvaluating

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001744.html

Name: Collections-nice.184
Ancestors: Collections-ar.183

clean-up isSelfEvaluating

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001745.html

Name: KernelTests-nice.107
Ancestors: KernelTests-nice.106

clean-up isSelfEvaluating

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001746.html

Name: Tools-nice.140
Ancestors: Tools-nice.139

clean-up isSelfEvaluating

=============================================



More information about the Squeak-dev mailing list