Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
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.

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