On Friday, May 12, 2023 at 8:37:53 AM UTC-5 Edward K. Ream wrote: mypy rightly issues some complaints about master. I have verified that those complaints do not cause problems in the affected code, so I see no reason to change the release.
I have already fixed those complaints in devel. PR #3331 <https://github.com/leo-editor/leo-editor/pull/3331> removes no-longer used kwargs from calls g.es_exception and g.callers. Master should work properly because: - g.es_exception has *args and **kwargs arguments. - The incorrect calls to g.callers occur only in disabled trace statements in cursesGui2.py. 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/f42ae853-948c-468f-a576-49e4ce61e3d2n%40googlegroups.com.
