Early this morning I completed the first phase of the fix for bug 149: Clones can revert changes made by git discard even with --no-cache https://github.com/leo-editor/leo-editor/issues/149
The question is, how to push the fixes? ===== Background The fixes are a grand revision of leoAtFile.py, Leo's code that reads external files. This is some of the most important code in Leo. The new code is enabled by g.new_clone_test. This switch will be False in the first push. All tests pass regardless of the switch, but it is possible that bugs could have crept in even with the switch OFF. I rate the odds of that as low, but non-zero. ===== Options My preference is simply to push what I have and let anyone who pulls recent revs be test subjects :-) This will catch bugs as quickly as possible. The alternative would be to push to a new branch. I don't believe much will be gained by this. Your comments please. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
