Thursday, July 5, 2007

A Much Delayed Update

Work on the WC class is finally moving at a good pace. At this point, the WC actually supports some useful operations (such as diff-ing), and the ctypes bindings are feeling more and more complete. Still a long way to go.

Currently I have two main goals: add well written test cases for everything and find out why failures in commits and updates are so catastrophic. With the current bindings, if a commit or update fails, it doesn't produce an error (as it should) it results in a segmentation fault.

The coming week will be primarily for completing the WC class and adding formal tests.