Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-February/002510.html Name: Tools-dtl.166 Ancestors: Tools-dtl.165 FileChooser fixes (class examples were broken). Implement FileChooser class>>new to bypass new behavior in superclass FileList, not appropriate for FileChooser. Correct spelling errors in method names. Note: FileChooser is unreferenced in the image. It was introduced in Squeak 3.9, but is not used in Squeak 3.9 or Squeak trunk. It has a rather Etoys look about it, but does not appear to be used in Etoys. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002511.html Name: Collections-ar.287 Ancestors: Collections-edc.285, Collections-edc.286 Merge Collections-edc.286 with some changes: - Implement both beginsWithAnyOf: as well as endsWithAnyOf: - Push the implementation up to SequenceableCollection - Simplify the implementation (using #anySatisfy:) - Add comments (also in beginsWith: and endsWith:) - Add tests ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002512.html Name: CollectionsTests-ar.134 Ancestors: CollectionsTests-ul.133 Tests for beginsWithAnyOf: and endsWithAnyOf:. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002513.html Name: Kernel-ar.384 Ancestors: Kernel-tfel.383 Sets with nil: Merge code from http://bugs.squeak.org/view.php?id=7413 before it rots even more. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002514.html Name: CollectionsTests-ar.135 Ancestors: CollectionsTests-ar.134 Tests for sets with nil: Documents current behavior including the cases that aren't supported (KeyedSet and WeakSet since they have some additional requirements). ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002515.html Name: Collections-ar.288 Ancestors: Collections-ar.287 Sets with nil: Merge code from http://bugs.squeak.org/view.php?id=7413 before it rots even more. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002516.html Name: Collections-ar.289 Ancestors: Collections-ar.288 Complete Set with nil support by providing proper modifications to KeyedSet and WeakSet. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002517.html Name: CollectionsTests-ar.136 Ancestors: CollectionsTests-ar.135 More tests, including KeyedSet and WeakSet. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002518.html Name: CollectionsTests-ar.137 Ancestors: CollectionsTests-ar.136 Fixes a typo in SetWithNilTest. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002519.html Name: CollectionsTests-ar.138 Ancestors: CollectionsTests-ar.137 Remove unnecessary use of traits in ReadStreamTest. Makes it possible to load CollectionTests into images w/o traits support. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002520.html Name: CollectionsTests-ar.138 Ancestors: CollectionsTests-ar.137 Remove unnecessary use of traits in ReadStreamTest. Makes it possible to load CollectionTests into images w/o traits support. ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002521.html Name: Kernel-ar.385 Ancestors: Kernel-ar.384 Fix handling of Class>>binding: - Verify that the registered class in the environment is the receiver - Install a common binding after recompilation - Add an accessor for installing the binding in CompiledMethod ============================================= http://lists.squeakfoundation.org/pipermail/packages/2010-February/002522.html Name: Kernel-ar.386 Ancestors: Kernel-ar.385, Kernel-ar.381 Merging Date class>>#readFrom:pattern: one more time (got accidentally replaced by a newer version without being merged). ============================================= |
Free forum by Nabble | Edit this page |