[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Nov 2 22:55:02 UTC 2015


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

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009090.html

Name: 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.html

Name: 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.html

Name: KernelTests-ul.299
Ancestors: KernelTests-nice.298

- fixed typo

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

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009093.html

Name: 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.html

Name: CollectionsTests-ul.257
Ancestors: CollectionsTests-ul.256

WeakSet is an exception.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009095.html

Name: 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.html

Name: Kernel-ul.964
Ancestors: Kernel-nice.963

Spur-compatible Object >> #inboundPointersExcluding:.

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

http://lists.squeakfoundation.org/pipermail/packages/2015-November/009097.html

Name: 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.html

Name: 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.

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


More information about the Squeak-dev mailing list