[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Dec 7 23:55:05 UTC 2009


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

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

Name: Services-Base-ul.37
Ancestors: Services-Base-ar.36

- deprecated SequenceableCollection >> #startWith:
- replaced sends of #startWith: with #beginsWith:

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

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

Name: Files-nice.48
Ancestors: Files-ul.47

Restore the semantics of #readInto:startingAt:count: to return the number of bytes read

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

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

Name: Collections-nice.241
Ancestors: Collections-ar.240

Provide a universal #nextLine relying on #upToAnyOf:do:
Subclass might want to override #upToAnyOf:do: for speed

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

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

Name: Files-nice.49
Ancestors: Files-nice.48

Fast version of upToAnyOf:do:

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

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

Name: Multilingual-nice.71
Ancestors: Multilingual-ul.70

Fast version of upToAnyOf:do:
+ reorganize a few 'As yet unclassified'

==== ERROR ===

Error: Instances of UndefinedObject are not indexable

7 December 2009 7:59:25 am

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

UndefinedObject(Object)>>error:
	Receiver: nil
	Arguments and temporary variables: 
		aString: 	'Instances of UndefinedObject are not indexable'
	Receiver's instance variables: 
nil

UndefinedObject(Object)>>errorNotIndexable
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

UndefinedObject(Object)>>size
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

String(SequenceableCollection)>>copyReplaceFrom:to:with:
	Receiver: 'method: MultiDisplayScanner '
	Arguments and temporary variables: 
		start: 	29
		stop: 	28
		replacementCollection: 	nil
		newSequenceableCollection: 	nil
		newSize: 	nil
		endReplacement: 	nil
	Receiver's instance variables: 
'method: MultiDisplayScanner '


--- The full stack ---
UndefinedObject(Object)>>error:
UndefinedObject(Object)>>errorNotIndexable
UndefinedObject(Object)>>size
String(SequenceableCollection)>>copyReplaceFrom:to:with:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
String(SequenceableCollection)>>,
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-nice.49.mcz

	Next message: [Pkg] The Trunk: System-nice.192.mcz

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


More information about the Packages
mailing list

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

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

Name: System-nice.192
Ancestors: System-dtl.191

Avoid two fixTemps and an overwritten block argument

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

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

Name: Services-Base-nice.38
Ancestors: Services-Base-ul.37

Merge some of Pharo changes:
- no fixTemps
- no underscore assignments
- ifNotNilDo: -> ifNotNil:

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

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

Name: Multilingual-nice.72
Ancestors: Multilingual-nice.71

Use #nextLine where due

==== ERROR ===

Error: Instances of UndefinedObject are not indexable

7 December 2009 8:19:59 am

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

UndefinedObject(Object)>>error:
	Receiver: nil
	Arguments and temporary variables: 
		aString: 	'Instances of UndefinedObject are not indexable'
	Receiver's instance variables: 
nil

UndefinedObject(Object)>>errorNotIndexable
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

UndefinedObject(Object)>>size
	Receiver: nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
nil

String(SequenceableCollection)>>copyReplaceFrom:to:with:
	Receiver: 'method: MultiDisplayScanner '
	Arguments and temporary variables: 
		start: 	29
		stop: 	28
		replacementCollection: 	nil
		newSequenceableCollection: 	nil
		newSize: 	nil
		endReplacement: 	nil
	Receiver's instance variables: 
'method: MultiDisplayScanner '


--- The full stack ---
UndefinedObject(Object)>>error:
UndefinedObject(Object)>>errorNotIndexable
UndefinedObject(Object)>>size
String(SequenceableCollection)>>copyReplaceFrom:to:with:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
String(SequenceableCollection)>>,
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: Services-Base-nice.38.mcz

	Next message: [Pkg] The Trunk: CollectionsTests-nice.122.mcz

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


More information about the Packages
mailing list

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

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

Name: CollectionsTests-nice.122
Ancestors: CollectionsTests-ul.121

Some basic tests for nextLine upToAnyOf: upToAnyOf:do:

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

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

Name: Files-nice.50
Ancestors: Files-nice.49

Throw away another #getSystemAttribute:
Please don't spread cryptic code in the system! Use clear messages instead.

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



More information about the Squeak-dev mailing list