On Fri, Sep 13, 2019 at 10:22 AM Edward K. Ream <[email protected]> wrote:
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. > I'm not completely sure of this last statement. Anyway, the speed of all these commands makes no difference. Crucially, both Leo's blacken and beautify commands ensure that the meaning of a program remains unchanged, by comparing the "before" and "after" parse trees after calling black.format_str. Black itself makes no such guarantee. Apparently, black.format_str simply returns an unchecked result! 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/CAMF8tS3twEVL1WnmUs0W7RKzWSVO7UWQ5Wn2eDibPc1L41f3Sw%40mail.gmail.com.
