On Wed Jul 30 08:13:21 2025 +0000, Rémi Bernon wrote:
I think it's cleaner to keep the explicit list of handled states rather than hiding them in the default case. The default case itself should maybe even do `assert( 0 )` instead, but it's probably not useful to change it at this point.
Ah, that makes sense. I have reverted this, thanks.