Pip 2020-12-17
I spent a bunch of today playing Nova Drift (new high score on my current profile), and refining my code abominations.
Let's see if I can't do some quick planning, though.
I need packages something like:
- "standalone", say version 1.0.0
- "forked", version 1.0.0, with URL versions 2.0.0 and 3.0.0
- "forked_again", with URL versions 1.0.0 and 2.0.0 (relate to "forked")
It occurs to me that I may want tests involving packages where the fork has an identical version. It should be sufficient to have this as a variant of the second bullet, but with no relation to the third bullet.
I'll try to work on these over the weekend. For now, I just want to focus on relaxing. Which is something that I'll have to accept I might have a strange definition of.
Good night.