Skip to content

Internal: use deriving ord for "enums"

Tom Jack requested to merge deriving-ord-enums into dev
  • has a changelog entry

Notice that the literal comparison was seemingly incorrect before. It was only comparing the tag and not the contents (string, int, etc). I wonder if something relied on this confusing behavior?

Merge request reports