Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009090.htmlName: Network-ul.167
Ancestors: Network-topa.166
Now that #primMakeUUID is not being used anymore, we can change its behaviour to return nil when the plugin is not available.
Added accessors for UUID variant and version.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009091.htmlName: Collections-ul.669
Ancestors: Collections-ul.668
Changed Set >> #= and Dictionary >> #= to check the species of the receiver and the argument.
PluggableDictionary and PluggableSet also check hashBlock and equalBlock.
WeakSet and friends will work once we start using ephemerons.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009092.htmlName: KernelTests-ul.299
Ancestors: KernelTests-nice.298
- fixed typo
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009093.htmlName: CollectionsTests-ul.256
Ancestors: CollectionsTests-nice.255
Set >> #collect: returns a Set, so compare the result of it with a Set in SetWithNilTest >> #runSetWithNilTestOf:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009094.htmlName: CollectionsTests-ul.257
Ancestors: CollectionsTests-ul.256
WeakSet is an exception.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009095.htmlName: Tests-ul.337
Ancestors: Tests-dtl.336
Sets are not equal to IdentitySets anymore, so we have to create instances of the right classes to make some tests pass.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009096.htmlName: Kernel-ul.964
Ancestors: Kernel-nice.963
Spur-compatible Object >> #inboundPointersExcluding:.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009097.htmlName: Morphic-topa.1024
Ancestors: Morphic-kfr.1023
Try directories before files when handling dropped items.
(Because on Unix, we'll get a file for a directory but obviously not vice versa)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2015-November/009098.htmlName: Morphic-mt.1025
Ancestors: Morphic-topa.1024
Fixes description of scratch pad preference. See DockingBarMorph >> #handleListenEvent:. It is the control-key, not the command-key.
=============================================