On Friday, November 18, 2016 at 11:48:17 AM UTC-6, Edward K. Ream wrote: > > Don't know when if first broke. A crucial unit test fails and was disabled > sometime. Don't remember doing that, so the importer may have been broken > awhile. > > Expect a fix in a day or so. >
Done at ce741f3. The bugs were typical "software rot". See the lengthy checkin log for details. The new coffeescript importer is *much* better than the old. It overrides v2_gen_lines, like python.v2_gen_lines. Some helpers are identical, some not. More work is needed on the coffeescript post-pass. Some methods still used p.b! They will be rewritten to use p.v._import_lines. The next phase of the grand cleanup will be to use i.scan_lines for almost *all* importers. It's tricky, but doable. It's certainly worth doing. It should make converting importers to the new code base a snap. 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.
