On Tuesday, January 15, 2019 at 9:40:04 AM UTC-6, Edward K. Ream wrote: > Longer term, I'll continue to focus on fixing bugs and simplifying Leo's sources.
Leo has never suffered from the "99 bugs problem <https://imgur.com/gallery/HTisMpC>", because Leo's architecture reduces the interactions between modules and classes to the bare minimum Whinging about Leo's code complexity does not change this fact. But debugging will always be difficult*. There are other interactions besides code interactions*. The following all affect Leo's code in subtle ways: - Python version. - Platform, including operating system and text/unicode settings. - Qt version, including Qt-specific bugs. - Plugins. - User settings, including style sheets. Furthermore, Leo's unit tests are not complete, so bugs can persist for a long time. 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.
