[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Mar 22 23:55:05 UTC 2010


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

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

Name: Tools-laza.214
Ancestors: Tools-nice.213

Fix ContextVariablesInspector, so that selecting 'stack top' works again in the Debugger

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

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

Name: Kernel-laza.428
Ancestors: Kernel-ul.427

Order instance variables alphabetically

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

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

Name: Tools-laza.215
Ancestors: Tools-laza.214

Order instance and temp variables alphabetically

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

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

Name: Kernel-laza.429
Ancestors: Kernel-laza.428

reverting last change

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

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

Name: Tools-laza.216
Ancestors: Tools-laza.215

reverting last change

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

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

Name: Collections-ul.346
Ancestors: Collections-ul.344

- added #sorted protocol to collections
- added two helpful comments to discourage the use of #asSortedCollection*

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

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

Name: Files-nice.77
Ancestors: Files-nice.76

Let #at:put: answer the put object

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

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

Name: MorphicExtras-nice.81
Ancestors: MorphicExtras-cmm.80

Avoid testing alignment ==

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

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

Name: Multilingual-nice.105
Ancestors: Multilingual-nice.104

Let #at:put: answer the put object

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

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

Name: Kernel-nice.430
Ancestors: Kernel-laza.429

Don't use closeTo: when comparing compiledMethod.
Either two methods are equals or not (or we could fuzzify String equality to with sameAs: or other trick....).
The hack was previously necessary due to roundoff errors in printing and reading a Float.
This is not the case anymore: Float literals now storeOn: and readFrom: exactly..


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

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

Name: Traits-nice.284
Ancestors: Traits-ar.283

Don't use closeTo: when comparing compiledMethod.
Either two methods are equals or not (or we could fuzzify String equality to with sameAs: or other trick....).
The hack was previously necessary due to roundoff errors in printing and reading a Float.
This is not the case anymore: Float literals now storeOn: and readFrom: exactly..


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

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

Name: Traits-nice.285
Ancestors: Traits-nice.284

Use literalEqual: rather than = to test for compiled code equality.
We don't want 256000.0s1 = 256000.0e0 nor = 256000

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

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

Name: Kernel-nice.431
Ancestors: Kernel-nice.430

Use literalEqual: rather than = to test for compiled code equality.
We don't want 256000.0s1 = 256000.0e0 nor = 256000

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



More information about the Squeak-dev mailing list