]> git.scottworley.com Git - paperdoorknob/commit - spec.py
Allow many Spec fields
authorScott Worley <scottworley@scottworley.com>
Wed, 20 Dec 2023 07:48:57 +0000 (23:48 -0800)
committerScott Worley <scottworley@scottworley.com>
Wed, 20 Dec 2023 07:48:57 +0000 (23:48 -0800)
commit432bb83bc214a4b3212471a69ace15090cbb7d37
tree73d37b226b6ed42de158fcc14e888bad86a7ba45
parent91fe9916122adaee2cf1695040f906d709e1aa1c
Allow many Spec fields

The whole point of Spec is to be a simple, inert, immutable collection
of largely independent program elements easily at hand.  It's being used
here like a namespace, not a pile of shared mutable state for which a
field limit of 7 would make more sense.  Let Spec grow.
spec.py