simplistix / sybil

Automated testing for the examples in your documentation.
https://sybil.readthedocs.io/en/latest/
Other
69 stars 14 forks source link

Resolve typing errors on sybil/region.py #101

Closed adamtheturtle closed 10 months ago

adamtheturtle commented 10 months ago

This also removes a type variable which became unused.

cjw296 commented 10 months ago

This one's actually pretty thorny. LexemeMapping is absolutely correct as it is, I need to flesh out test coverage in a couple of places. Yay! for type checking actually highlighting some real problems for a change ;-)

adamtheturtle commented 10 months ago

Thank you. I'll try to watch out for that, and I think I'll hold off submitting anything until then.