From: Scott Worley Date: Wed, 20 Dec 2023 07:48:57 +0000 (-0800) Subject: Allow many Spec fields X-Git-Url: http://git.scottworley.com/paperdoorknob/commitdiff_plain/432bb83bc214a4b3212471a69ace15090cbb7d37?hp=432bb83bc214a4b3212471a69ace15090cbb7d37 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. ---