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-August/005467.html

Name: Collections-cwp.487
Ancestors: Collections-cwp.486

Account for the fact that binary selectors can't include underscores. This means a single underscore must be considered an unary selector.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-August/005468.html

Name: ToolsTests-fbs.54
Ancestors: ToolsTests-fbs.53

assert:equals:description gives better error messages for failing tests.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-August/005469.html

Name: ToolsTests-fbs.55
Ancestors: ToolsTests-fbs.54

The recent #tokenish changes changed the dependencies of Collections (because Scanner now uses Character), and breaking this test.

The moral of the story is that we should be checking the tools against mock data, which requires separating the UI from the data.

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