[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat May 24 23:55:03 UTC 2014


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

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

Name: Compression-nice.42
Ancestors: Compression-eem.41

Cosmetic refactoring:
(aCollection anySatisfy: aBlock) not -> (aCollection noneSatisfy: aBloc)

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

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

Name: Environments-nice.47
Ancestors: Environments-ul.46

Rename EnvironmentRequest to CurrentEnvironment and use it to implement Environment class>>current.

Or more exactly, replace with rather than rename
(and don't remove EnvironmentRequest yet, otherwise the update-stream which is using EnvironmentRequest via Monticello will fail)

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

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

Name: Collections-nice.570
Ancestors: Collections-nice.569

Let's optimize a bit LinkedList>>at:ifAbsent: by scanning the list only once, unlike super.

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


More information about the Squeak-dev mailing list