Set up enough of my environment on a new MacBook to finish swagging my bugs.
Worked on bug#4453: summary table scrolling is too slow. It's fixed on Mac and Lunix, but I still have more work to do on Windows
Spent a day working on bug#7119: Help design a better way of writing Functional test. Preliminary results look promising, but more work remains before I settle on a development plan.
Spent a day and a half on the fall out from Andi's revision #12443 which relates to bug#1745: Use displayName for Item titles. There were several places where the code needed to be refactored instead of simply replacing displayName. I fixed these in revisions: 12444, 12445, 12451, 12460, 12562 and marked bug#1745 fixed.
On Mac I'm able to run release and build debug. However, build debug crashes when I run it. I spent an afternoon tracking down the problem, which was yet another bug in our makefiles. Now that I can run release and debug, the unittest pass release and debug. However both release and debug functionals tests crash. I suspect these are real bugs in Chandler related to my configuration or bugs in the tinderboxes.
Running on windows Chandler often crashes because of bug#6887: 'PySimpleApp' object has no attribute 'OnCommand'. That's the bug I had trouble explaining to Heikki why his proposed solution wouldn't work and the one that Philippe said I was spending too much time on.
I'm going to start with a fresh checkout on windows -- which seemed to fix obscure failures on Mac.