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 struct revision handling with retry mechanism
Add retry logic for methods that fail to re-evaluate when struct
definitions change. Instead of immediately failing, these methods are
queued in `pending_eval_sigs` and retried in subsequent revise() calls.
Also enhance method detection with `hastype_by_name()` to catch methods
using old world-age versions of types by comparing TypeName module and
name rather than identity. We may want to unify `hastype` and
`hastype_by_name`.
0 commit comments