On Thursday, March 31, 2022 at 7:01:34 PM UTC-5 Edward K. Ream wrote:
For example, Fstringify.visit uses none of the links that were...created. > Actually, some Fstringify code *does* use parent links, so I've left them in. Amazingly, PR #2556 <https://github.com/leo-editor/leo-editor/pull/2556> already passes all unit tests! The only changes were: - Removing all "yield from" statements. - Removing "list" statements that were needed to drive the top-level generators. - Renaming helper functions. At present, the diffs are huge because I created a new copy of most of the code. I'll probably redo the work to reduce the diffs. 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 view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/5cdbe5b6-61a7-4054-a125-1bccca06bb59n%40googlegroups.com.
