[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue May 27 23:55:02 UTC 2014


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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007062.html

Name: TraitsTests-nice.14
Ancestors: TraitsTests-fbs.13

Some Traits test do timeout. Relax the constraints.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007063.html

Name: Kernel-eem.854
Ancestors: Kernel-nice.853

Fix the regression caused by Kernel-eem.847.  Instead of
installing teh correct binding in compileAllFrom: add
behavior>>updateMethodBindingsTo: and invoke it from
ClassBuilder>>update:to:.  This restores the failing
PureBehaviorTests>>testReshapeClass.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007064.html

Name: Files-eem.136
Ancestors: Files-eem.135

Fix the regression introduced in Files-eem.133 by
implementing peekLast more directly.  Add a lastWritten
inst var to StandardFileStream.  Change the definition of
isBinary so that e.g. WideString could be used as a buffer1
and the file is still considered not binary.

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

http://lists.squeakfoundation.org/pipermail/packages/2014-May/007065.html

Name: Collections-eem.571
Ancestors: Collections-nice.570

Speed up testing different sized strings for equality by
adding a size text to String>>#=.  Tis speeds up e.g.
comparing the first 10,000 ByteString instances to each
other by -67%.

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


More information about the Squeak-dev mailing list