Coding 2023-10-12

By Max Woerner Chase

Okay. I managed to find an acceptable workaround for the Mypy 1.6 stuff, though I remain somewhat salty. I did a merge up to future just to hopefully make subsequent merges a little less bad, and now I'm staring at the missing coverage in the plugins, thinking "Do I actually care? Is this a condition that can actually be hit?"

Probably the sensible thing to do for now is to focus on documentation and deriving test cases. Then, later, I can reconsider these uncovered lines, and either figure out tests for them, or ask for help with those parts of the plugins.

...

Wait a sec. I bumped the Python version in the dev environment. That means I'm good to update more of the typing syntax. Necessary, no, but nice-to-have, yes.

I'll get on that tomorrow, because right now I need to get to bed.

Good night.