You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exasperated how over-engineered and badly designed the error message architecture is.
Error messages used to be simple strings but are now a complete mess.
Latest installment: Error message ids are an enum. So if a message is no longer needed,
you can drop the enum value, right? Wrong! The error message tests rely on the actual
ordinal number printed, so they fail if that number changes.
0 commit comments