You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-editor
Issue #5472 (concrete
mypy annotations) is a juicy project that has implications beyond Leo
itself. Leo's g.checker functions are dynamic checks, while Leo's mypy
annotations are static checks.
The
tension between dynamic and static checking is what makes type-checking
so challenging. This challenge has gotten my creative juices flowing.
I'll keep you informed as I go along.