Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002643.html

Name: System-jcg.248
Ancestors: System-dtl.247

Make ObjectFinalizer a subclass of MessageSend.

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002644.html

Name: Tools-nice.180
Ancestors: Tools-dtl.179

remove now useless fixTemps

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002645.html

Name: Tests-nice.46
Ancestors: Tests-ar.45

Use literal ByteArray where due

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002646.html

Name: Services-Base-nice.43
Ancestors: Services-Base-nice.42

remove a now useless fixTemps

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002647.html

Name: Monticello-nice.363
Ancestors: Monticello-ar.362

remove a method that just replicate super behavior

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002648.html

Name: KernelTests-nice.129
Ancestors: KernelTests-ar.128

LargeInteger bitShift: non regression test from http://bugs.squeak.org/view.php?id=7109

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

http://lists.squeakfoundation.org/pipermail/packages/2010-February/002649.html

Name: Installer-Core-nice.336
Ancestors: Installer-Core-mtf.335

1) push some temp declarations inside blocks
2) use sort:
3) remove use of doWhileTrue:

The only value added by #doWhileTrue: vs #whileTrue is to return the value of receiver block.
The senders did not even use this return value, so this usage is absolutely void...
Well, not exactly void, it also deoptimize the method (I presume we don't care).

1) Given these are the two sole senders of doWhileTrue:
2) Given that I personnally misunderstand doWhileTrue: (at first read, I thought it would be equivalent to whileTrue:)
I militate for deprecation of doWhileTrue:
Opinions ?

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