Rev 6572: new plugin nodediff.py

2014-01-13 Thread Jacob Peck
Hi all, I just pushed a new plugin (nodediff.py) that allows users to diff node bodies. It's helpful for comparing, say, old and new versions of a method, or by diffing @edit nodes to act like a traditional diff tool. Here's the docstring: Provides commands to run text diffs on node b

Interim summary of the new @auto work

2014-01-13 Thread Edward K. Ream
I'll be taking a break for the next day or so, paying bills and doing other chores that have accumulated while I have been working so intensely on this project. Here, I'll summarize my overall thoughts about what has been done, and what remains to do. 1. This may be the most important work in

Re: @views status report

2014-01-13 Thread Edward K. Ream
On Mon, Jan 13, 2014 at 9:26 AM, Edward K. Ream wrote: > All the hard work is complete! I am confident of this statement, even though significant work remains. Here's why. 1. The hard part of the code involves moving nodes. vc.global_moved_node_list is the backbone of the entire algorithm.

Re: @views status report

2014-01-13 Thread Edward K. Ream
On Sunday, January 12, 2014 6:38:40 AM UTC-6, Edward K. Ream wrote: > 1. Nested and intermediate organizer nodes must be handled correctly before doing anything else. I fixed the "last" major bug just a few hours ago, in the middle of the night. Significant unit tests of the new @auto now pass