[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Dec 25 23:55:12 UTC 2009


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

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

Name: Collections-nice.261
Ancestors: Collections-ul.260

Correct 2 typos in method name Occurance->Occurrence
Deprecate old findLastOccuranceOfString:startingAt:


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

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

Name: CollectionsTests-nice.127
Ancestors: CollectionsTests-ul.126

Correct 2 typos in method name Occurance->Occurrence
Deprecate old findLastOccuranceOfString:startingAt:

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

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

Name: Morphic-nice.273
Ancestors: Morphic-ar.272

Simplify #lines and handle eventual crlf pairs correctly
(Old code did assume there was a single separator using index := index + 1)

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

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

Name: ST80-nice.77
Ancestors: ST80-ar.76

Simplify #lines and handle eventual crlf pairs correctly
(Old code did assume there was a single separator using index := index + 1)

So many duplicated code... More code = more maintenance + more errors. If I had to pay a programmer, I would index a good proportion of wages on code removal rate, especially in Squeak ;)

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

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

Name: KernelTests-nice.124
Ancestors: KernelTests-ar.123

Add a test showing how #formalParametersAt: is broken

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

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

Name: KernelTests-nice.125
Ancestors: KernelTests-nice.124

Oops, sorry, fix my own test, an OrderedCollection is not equal to an Array...

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

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

Name: Compiler-nice.110
Ancestors: Compiler-ar.109

Add support for parsing parameter names

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

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

Name: Kernel-nice.344
Ancestors: Kernel-nice.343

fix #formalParametersAt: with new support method in Parser

Note: this method has no senders in trunk.
I suspect it does not have much value...
I presume it could have been used by refactoring tools, but RB must be using its own parser...
Anyone knows of a package using #formalParametersAt: ?

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

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

Name: Kernel-nice.345
Ancestors: Kernel-nice.344

Revert #formalParametersAt: it was traitified

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

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

Name: Traits-nice.249
Ancestors: Traits-nice.248

fix #formalParametersAt: where due in Traits...
Implemented thanks to new support method in Parser

Note: this method has no senders in trunk.
I suspect it does not have much value...
I presume it could have been used by refactoring tools, but RB must be using its own parser...
Anyone knows of a package using #formalParametersAt: ?

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

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

Name: Graphics-nice.93
Ancestors: Graphics-ul.92

Simplify redundant definitions of widthOfString:from:to:

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



More information about the Squeak-dev mailing list