[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Wed Mar 21 23:55:07 UTC 2012


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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005237.html

Name: Tools-bf.395
Ancestors: Tools-bf.394

Fix receiverInspector having the wrong class in debugger. To reproduce the problem, evaluate "Dictionary new halt values", step into the "values" method, select "self size" and choose "debug it" from the context menu. This would open a debugger whose receiverInspector was still a ContextInspector, when it should have been a DictionaryInspector.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-March/005238.html

Name: Tools-bf.396
Ancestors: Tools-bf.395

Use becomeForward: instead of become: as suggested by Nicolas.

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


More information about the Squeak-dev mailing list