On Friday, November 11, 2016 at 10:27:38 AM UTC-6, Edward K. Ream wrote: Work is going extremely well. I expect to complete the conversion of the > Python importer in a day or so. >
Still true, hehe. There have been a number of useful detours, discussed more fully at the end of #334 <https://github.com/leo-editor/leo-editor/issues/334>. 1. Unit testing. Now, unit tests either fail or they don't. No more hacking g.app.unitTestDict to make excuses for failed tests. This simplified the unit tests themselves, as well as the underlying code. 2. All import line scanners will soon be table-driven. While working on this, I was reminded that all scanners urgently need worthy unit tests. That's next. 3. The python code may need to handle *all* kinds of brackets, (), [] and {} so as not to get freaked out by indentation inside dictionaries, lists and arrays. We shall see. So it will be at least several more days before the new importers are complete. Happily, the code continues to simplify each day. 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
