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
This would add a little bit of runtime cost at registration, but should be helpful for catching programming errors, especially with automatic registration, since there will be no central point where possible duplication become visible.
InitHandle should panic when a duplicate name is registered, because that is always a programming error. This should not constitute a breaking change, by the same reasoning.