[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Dec 6 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-December/001965.html

Name: Files-ul.47
Ancestors: Files-ul.46

- updated postscript

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001966.html

Name: Multilingual-ul.70
Ancestors: Multilingual-ul.69

- a clean version of #upToEnd (uses temporaries instead of unused instance variables, makes a proper guess for collection size, slight optimization) 

==== ERROR ===

Error: subscript is out of bounds: 0

6 December 2009 8:40:02 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: Files-ul.47.mcz

	Next message: [Pkg] The Trunk: PackageInfo-Base-bp.31.mcz

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


More information about the Packages
mailing list

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001967.html

Name: PackageInfo-Base-bp.31
Ancestors: PackageInfo-Base-ul.30

remove seeClassSide which is not needed anymore since we have the "no messages" category now

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001968.html

Name: ReleaseBuilder-bp.40
Ancestors: ReleaseBuilder-nice.39

fixed typos in comments

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001969.html

Name: System-bp.190
Ancestors: System-dtl.189

remove seeClassSide which is not needed anymore since we have the "no messages" category now

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001970.html

Name: SystemChangeNotification-Tests-bp.11
Ancestors: SystemChangeNotification-Tests-edc.10

fixed typos in class comments

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001971.html

Name: XML-Parser-bp.6
Ancestors: XML-Parser-nice.5

fixed typo in method comment

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001972.html

Name: Compiler-ul.103
Ancestors: Compiler-ul.102

- faster Scanner >> #initScannerForTokenization (by a factor of ~3.38)

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001973.html

Name: Morphic-dtl.261
Ancestors: Morphic-dtl.260

Implement MorphicProject class>>openViewAndEnter: to remove a Morphic dependency from ProjectLoader

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

http://lists.squeakfoundation.org/pipermail/packages/2009-December/001974.html

Name: System-dtl.191
Ancestors: System-bp.190

Remove explicit Morphic dependencies from ProjectLoader

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



More information about the Squeak-dev mailing list