On Tue, Mar 25, 2008 at 12:14 PM, TL <[EMAIL PROTECTED]> wrote: > > Hi Edward, > I set up bzr and ran the Beta 3 trunk and tested the file readonly and > file locked problem. Unfortunately, both of them are still broken.
A (partial?) fix is on the bzr trunk. All unit tests pass. I tested the fix by hand in various ways to ensure that read-only files are handled properly. The problem was that fileCommands.save was clearing all dirty bits, after the write logic went to so much trouble to set them. The fix was to have various methods return status flags telling whether writing of derived files went well. This fix may indeed resolved both problems, but we won't know that until you test it. Please let me know what happens. Thanks. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
