Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002523.htmlName: TraitsTests-ar.5
Ancestors: TraitsTests-ul.4
Improve Traits tests:
- Remove a duplicate test
- Extend the superclass change test so that it covers the problems encountered with ClassBuilder usage
- Add an extra reshape test to avoid side-effects due to superclass involvement in previos test
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002524.htmlName: Traits-ar.279
Ancestors: Traits-ar.278
Fixes the traits bug masked by the issues with Class>>binding. When recompiling a selector/method pair, the original trait method needs to be preserved if the method came from a trait. Otherwise the method will be considered a locally defined method after the reshape which is incorrect.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002525.htmlName: Collections-mpe.290
Ancestors: Collections-ar.289
add a helper method to count the number of open Transcripts
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002526.htmlName: MonticelloConfigurations-mpe.74
Ancestors: MonticelloConfigurations-ul.73
if the preference #logToFile is disabled all update log events will be forwarded to a Transcript. If no Transcript is already open, I will open a new one. (requires the collection-mpe.290 extension)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002527.htmlName: Morphic-kb.316
Ancestors: Morphic-dtl.315
- fix for:
http://bugs.squeak.org/view.php?id=7462The fix adds a check to SystemWindow >> activate, to avoid sending #addPaneSplitters if the window isCollapsed.
=============================================