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'm running into issues with precompilation and a module-level dict with enum keys; I believe the root cause is because we don't define a hash function for Enums. Should we? What's the right way to do this? I can dig more into it, but I figured I'd bring it up because others probably know better.
The text was updated successfully, but these errors were encountered:
=== works for Enums, so we should see if we can make object_id more stable for types. It would probably work to base it on Module uuids and type names.
I'm running into issues with precompilation and a module-level dict with enum keys; I believe the root cause is because we don't define a hash function for Enums. Should we? What's the right way to do this? I can dig more into it, but I figured I'd bring it up because others probably know better.
The text was updated successfully, but these errors were encountered: