On Thu, Jan 02, 2025 at 02:44:26PM +0000, John Garry wrote: > Use an enum for tagset flags, so that they are automatically > renumbered when modified and we don't potentially leave > unused gaps. Some may find this neater. Just as last time around I think this is a bad idea that just creates more boilerplate. I actually wrote a series before my vacation to drop another unused flag, remove the weirdo policy indiretion and add better max flag checking while removing code. Let me rebase that, finish writing commit log and send it out.