Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009245.htmlName: Collections-ul.677
Ancestors: Collections-eem.676
Let #arrayType define the class of array in WeakSet.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009246.htmlName: Network-ul.171
Ancestors: Network-eem.170
Made the conversion logic explicit in Socket >> #setOption:value:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009247.htmlName: System-ul.784
Ancestors: System-eem.783
Let PseudoClass behave more like a class, especially when #realClass exists in the image.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009248.htmlName: Tools-ul.661
Ancestors: Tools-eem.660
Added shout support to VersionsBrowser.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009249.htmlName: Tools-ul.662
Ancestors: Tools-ul.661
Improved method to method category drops in Browser: moving methods from classes related by inheritance or by being meta-non-meta pairs won't have to be confirmed any more.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009250.htmlName: Kernel-ul.977
Ancestors: Kernel-eem.976
DateAndTime changes and fixes:
- #now returns an object with the correct date. (DaysSinceEpoch was only updated in #startUp:, so after a day it became inaccurate.)
- #now returns increasing values, as it did before.
- Removed the unused DaysSinceEpoch class variable.
- Removed #startUp:, because it had nothing else left to do.
- DateAndTime is removed from the StartUpList after load.
- #julianDayNumber:offset: uses the direct setter method, which results in ~55x speedup.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009251.htmlName: Tools-ul.663
Ancestors: Tools-ul.662
Fixed the copy-case in Browser >> #dropOnMessageCategories:at:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2016-January/009252.htmlName: ToolsTests-ul.75
Ancestors: ToolsTests-ul.74
Updated and simplified BrowserTest's #testFlattenHierarchyTreeOnIndent and #testFlattenHierarchyTreeOnIndentBy.
=============================================