Weekly Roundup 2023-10-10
- Wednesday: I got enough help to be comfortable switching to Kakoune.
- Thursday: That said, there is still something wrong with my custom rc file. However, I decided to think about other things.
- Friday: I pondered some more how to streamline my Python setup.
- Saturday: I got enough pondered to be ready for the switchover, more or less.
- Sunday: The switchover went off without a hitch. Neat.
- Monday: Now that my Python setup isn't, like, kind of unreasonable, I considered trying to get back into Python development, which got me considering the elephant in the room...
Next week, I'm going to be reviewing the code for MOTR again. According to my memories, if I can get the saltate plugin to be reasonable, then I shouldn't have any major trouble understanding and testing the rest of the new code. So, it goes:
- Review the generic attrs code in Mypy, and check for any changes since I last touched the saltate plugin.
- Update the saltate plugin and associated tests.
- Once I have that working and covered, merge up to the documentation branch, study the diffs, and document anything that is confusing to me.
- Use that knowledge to plan new tests.
- Try to get to a point where I can finally cut new releases again.