Re: A new diff script allows mass updates of code

2018-05-08 Thread Edward K. Ream
On Tuesday, May 8, 2018 at 11:03:02 AM UTC-5, Edward K. Ream wrote: > > This could be further simplified by defining a wrapper in the Commands > class: > > c.diff_two_revs( > rev1="24abd822b", # devel > rev2="HEAD", # will work in *any* branch > ) > Done at 753cd3318. Edward -- You

Re: A new diff script allows mass updates of code

2018-05-08 Thread Terry Brown
On Tue, 8 May 2018 09:03:02 -0700 (PDT) "Edward K. Ream" wrote: > On Tuesday, May 8, 2018 at 6:40:37 AM UTC-5, Edward K. Ream wrote: > > > The scrip creates outline-oriented diffs between *all* changed > > files > between any two revs. > > This script seems like a

Rev e40af2dc2 removes most of Leo's tracing statements

2018-05-08 Thread Edward K. Ream
This is a huge change to Leo's code base. I am confident that it is sound for the following reasons: 1. Python's syntax checking immediately caught about a dozen cases in which deleting trace statements resulted in an empty indented python block. 2. Pyflakes caught all cases in which vars

A new diff script allows mass updates of code

2018-05-08 Thread Edward K. Ream
I have just updated the first comment of #885: Remove most trace statements . I'll be merging the no-trace3 branch into devel today or tomorrow. This is a major project, with the potential to change the meaning of code. I have dithered for