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
Closes#498.
The problem was that the autogenerated `__new__` method of structs
wasn't added to `globals.defs`, yielding a `KeyError` when trying to
unregister it before overriding.
The following raises a
KeyError
:The text was updated successfully, but these errors were encountered: