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/2012-May/005348.html

Name: KernelTests-nice.223
Ancestors: KernelTests-nice.221

Simplify TimeTest
- readFrom: (ReadStream on: ...) is exactly #readFromString: so just use it
- no reason to use ReadWriteStream when WriteStream does the job

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