On Thu, 26 Jun 2025 21:04:38 +0100, Colton Lewis coltonlewis@google.com wrote:
There's no reason Enums shouldn't be equivalent to UnsignedEnums and explicitly specify they are unsigned. This will avoid the annoyance I had with HPMN0.
And randomly break unsuspecting cases for which a value is neither signed not unsigned, but an actual *enumeration*.
If you have issues with HPMN0, start by explaining those, because ranting in a commit message doesn't help much.
M.