[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Mar 8 23:55:03 UTC 2010


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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002961.html

Name: Tests-ul.58
Ancestors: Tests-nice.57

- renamed PackageDependencyTest's #testPackage:dependsOnlyOn: to #testPackage:  dependsExactlyOn:, since that's the intended behavior.
- removed fixed dependencies from #testCompiler, #testExceptions and #testMorphic

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002962.html

Name: Collections-klc.329
Ancestors: Collections-klc.328

Return both the minimum and maximum of the given collection in a single pass.

Better (certainly reads better) implementation from Randal Schwartz.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002963.html

Name: CollectionsTests-klc.153
Ancestors: CollectionsTests-ar.152

Simple test for Collection>>#minMax

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002964.html

Name: Tools-laza.202
Ancestors: Tools-ar.201

Fixes file List display when sorted by size. (Visually this probably only works right with a fixed font)

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002965.html

Name: Tools-laza.203
Ancestors: Tools-laza.202

adapt FileList2/FileChooser to the last change

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002966.html

Name: Morphic-dtl.377
Ancestors: Morphic-nice.376

Fix from Vaidotas Did??balis

Move PluggableTextMorph >> textMorph from "*sevices-base" to "accessing" category, then after unloading all packages user can change font.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002967.html

Name: Services-Base-dtl.44
Ancestors: Services-Base-nice.43

Fix from Vaidotas Did??balis

Move PluggableTextMorph >> textMorph from "*sevices-base" to "accessing" category, then after unloading all packages user can change font.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002968.html

Name: Graphics-nice.117
Ancestors: Graphics-ar.116

Restore TextStopConditions backward compatibility support for FreeType overrides.
Otherwise, VMMaker update cannot be loaded safely in the image.

Add a long comment to TextStopConditions.
I cannot complain about comments if I don't put some myself.
Maybe it does not belong here, but hey, that's better than nothing.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002969.html

Name: Multilingual-nice.100
Ancestors: Multilingual-nice.99

Be backward compatible with obsolete code.
Otherwise, VMMaker update cannot be loaded safely in the image.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002970.html

Name: Compiler-nice.134
Ancestors: Compiler-ar.133

move SyntaxErrorNotification where it belongs, Compiler
This creates a dependency on ToolSet, but Compiler did already depend on System.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002971.html

Name: Exceptions-nice.23
Ancestors: Exceptions-nice.22

move SyntaxErrorNotification where it belongs, Compiler

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002972.html

Name: Tools-cmm.204
Ancestors: Tools-laza.203

MessageTrace fixes.  When filtering the message-list, MessageTrace must know whether "Nothing would be in the list if you did that."  Also, when pruning the list, the messageListIndex is now maintained.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002973.html

Name: Compiler-nice.135
Ancestors: Compiler-nice.134

move OutOfScopeNotification to Compiler

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002974.html

Name: Exceptions-nice.24
Ancestors: Exceptions-nice.23

move OutOfScopeNotification to Compiler

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002975.html

Name: Multilingual-nice.101
Ancestors: Multilingual-nice.100

Check that charCode < 256 before testing stopConditions
This test was absent in one method - assuming encoding = 0 ==> (charCode < 256) which is not true anymore (Unicode leadingChar = 0).
This test was charCode < stops size which now DNU since introduction of TextStopConditions, and would have groked A macron otherwise.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-March/002976.html

Name: Graphics-nice.118
Ancestors: Graphics-nice.117

Add one more message for backward compatibility with obsolete FreeType overrides.

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



More information about the Squeak-dev mailing list