On Jun 5, 12:36 pm, "Edward K. Ream" <[email protected]> wrote:
> > There are still a few rough edges: [snip] > > The cool thing is that bzr now clearly shows those rough edges. This > strategy has been a complete success. Rev 5385 fixes the second import fail revealed by importing the lib2to3 code. Here is the checkin log: "Fixed the second of the three import fails: readNormalLine now adds //-n. convention for underindented lines. All unit tests pass." The fix is clean, but it took considerable noodling to discover just what exactly was going on. In essence, it does no good for the import code to support the //-n convention unless the read code *also* supports it. Otherwise the *second* write of the file will remove the underindents. Two-step bugs like this are tricky. The third (and I think last) import fail involves not generating @verbatim sentinels when importing files. This might be simpler to fix, or not. It's next. Edward QQQ -- 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.
