Coding 2022-01-30

By Max Woerner Chase

Okay, let's see what we've got here. How am I creating these new metadata objects currently?

Having thought some about the "restriction" concept, I think it's compatible with keeping the maximal flag, and can be computed as None if the flag is False, and as the union of the requirements and provisions if it's True. Then, instead of calculating the new restricted values in the case of a union, the only thing to check is whether the calculated sets are equal if they're both non-None.

So, that gives me a few methods to add. Let's see how that goes...

Okay, the new constructors went through. I had to pin back the version of Black, because flake8-black can't handle the new version of Black. That should be cleared up soon.

Anyway, the next step is to write and wire in the evolution methods. I want to take a bit more time to review the notes I took for them. I think I'll wrap this up now, and poke at the worldbuilding document a little.

Good night.