[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Dec 7 23:55:02 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006713.html

Name: Network-fbs.146
Ancestors: Network-nice.145

While #finger: is a nice example of how to use SocketStream, it causes a dependency on ToolBuilder. #finger:at: removes this dependency by requiring the user to explicitly provide an address (rather than #finger:'s prompting of the user). This lets us keep a nice example that does _not_ require user input.

There are no senders of #finger: in the base image.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006714.html

Name: Network-fbs.147
Ancestors: Network-fbs.146

Actually,  (a) point any possible user of the old example to the new example, and (b) update the comment in the new example.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006715.html

Name: Network-fbs.148
Ancestors: Network-fbs.147

Finally, formally deprecate the example.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006716.html

Name: 45Deprecated-fbs.20
Ancestors: 45Deprecated-nice.19

Deprecate the SocketStream >> #finger: example.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006717.html

Name: MorphicExtras-nice.130
Ancestors: MorphicExtras-fbs.129

Some initialization performed once in last century is depending on UpdateStream.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006718.html

Name: ToolBuilderTests-fbs.1
Ancestors: 

ToolBuilder SUnit tests.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006719.html

Name: ToolBuilder-Kernel-fbs.59
Ancestors: ToolBuilder-Kernel-fbs.58

* Pull the unit tests out into ToolBuilderTests, a new package. This breaks the ToolBuilder -> SUnit dependency.
* Move the "choose a class from some pattern" logic from Utilities to UIManager. It looks introspective, but it's inherently based on user input, and about finding something for the user.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006720.html

Name: 45Deprecated-fbs.21
Ancestors: 45Deprecated-fbs.20

Deprecate the old find-a-class-or-trait-from-a-pattern API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006721.html

Name: TraitsTests-fbs.13
Ancestors: TraitsTests-fbs.12

Update to the new find-a-class-or-trait-from-a-pattern API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006722.html

Name: Morphic-fbs.702
Ancestors: Morphic-fbs.701

Update to the new find-a-class-or-trait-from-a-pattern API.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-December/006723.html

Name: Tests-fbs.271
Ancestors: Tests-fbs.270

Update the new world order of package dependencies.

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


More information about the Squeak-dev mailing list