On Friday, September 13, 2019 at 8:30:40 AM UTC-5, Edward K. Ream wrote: At present the split/join logic in the beautify-tree command is causing errors. I'll get to them soon.
Nevertheless, the beautify-tree command is usable. For now, use the beauty branch. Errors in a particular node are reported succinctly. Errors never corrupt the file, because p.b is not updated in those cases. Some statistics: beautify-tree (Core classes) **without** split/join logic: scanned 3303 nodes, changed 393 nodes, 0 errors in 4.89 sec. beautify-tree (Core classes) **with** split/join logic: scanned 3303 nodes, changed 377 nodes, 72 errors in 6.39 sec. *All unit tests pass either way.* As you can see, the split join logic increases running time, but not by a lot. The beautify-tree remains significantly faster than blacken-tree. 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/ed8b022c-f80a-49a0-ad1b-0e62c99107dd%40googlegroups.com.
