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
Improve Wire3 error message for opaque types with custom encoders/decoders
Instead of the cryptic "TOO MANY ARGS" error, provide a helpful message that explains:
- The issue: opaque type with custom encoder but compiler can't generate wrapper
- Three solutions: expose constructor, add compiler support, or remove from Wire3 types
This helps users understand what went wrong and how to fix it when they try to use
opaque types like BiSeqDict in their BackendModel/FrontendModel without compiler support.
0 commit comments