[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Jul 20 23:55:07 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-July/004870.html

Name: Collections-nice.447
Ancestors: Collections-eem.446

Refine Association>>literalEqual: to correctly handle variable binding identity.
Use literalEqual: in hasLiteral:
Deprecate use of Array>>#hasLiteralThorough:

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

http://lists.squeakfoundation.org/pipermail/packages/2011-July/004871.html

Name: Kernel-nice.609
Ancestors: Kernel-eem.608

Use literalEqual: in hasLiteral: and hasLiteralThorough:
Remove hasLiteralThorough:from: because it is suspect:
- it is not sent
- it checks whether aLiteral == aBlock which cannot happen in Squeak implementation
- it send hasLiteralThorough: to literals which was weired and is now deprecated

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

http://lists.squeakfoundation.org/pipermail/packages/2011-July/004872.html

Name: Collections-nice.448
Ancestors: Collections-nice.447

Don't deprecate #hasLiteralThorough: remove it, because the - in the change report are so cute.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-July/004873.html

Name: Kernel-nice.610
Ancestors: Kernel-nice.609

Pulizie.
You shall not decently ask any object if it hasLiteralThorough:

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

http://lists.squeakfoundation.org/pipermail/packages/2011-July/004874.html

Name: Collections-nice.449
Ancestors: Collections-nice.448

Change the way to print Character delete (from Pharo).
Format macToSqueak and use byte arrays.

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



More information about the Squeak-dev mailing list