[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon May 6 23:55:03 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005916.html

Name: Tools-fbs.461
Ancestors: Tools-fbs.460

Clean up the "JIT development" flow. On hitting the "create" button in response to a MessageNotUnderstood, NotYetImplemented or SubclassResponsibility,
* a MNU prompts the user for a class and category, pushes a stub method onto the call stack and debugs it;
* a NYI debugs the context with the #notYetImplemented/#shouldBeImplemented;
* a SR prompts the user for a class (between and including the receiver class and the superclass whose method has the #subclassResponsibility), categorises the new method the same as the superclass's, pushes a stub onto the call stack and debugs that stub.

In all cases, resumption lets methods _return_ values down the stack.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005917.html

Name: GetText-fbs.27
Ancestors: GetText-eem.26

Add a #cleanUp so that ReleaseBuilder doesn't have to call #clearAllDomains.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005918.html

Name: ReleaseBuilder-fbs.97
Ancestors: ReleaseBuilder-fbs.96

With the corresponding GetText and Test changes, two less package dependencies in the system.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005919.html

Name: Tests-fbs.205
Ancestors: Tests-fbs.204

Add a #cleanUp so that ReleaseBuilder doesn't have to re-initialise MCMockPackageInfo.

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

http://lists.squeakfoundation.org/pipermail/packages/2013-May/005920.html

Name: Network-mt.139
Ancestors: Network-dtl.138

Incorrect #userAgentString fixed. See usage in HTTPSocker>>#httpRequest:url:headers:content:response:.

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


More information about the Squeak-dev mailing list