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
Change Implementers fields from HashMap to IndexMap (#898)
This struct returned by `Schema::implementers_map` maps interface types
to (object or interface) types that implement that interface.
Now the ordering of implementers is deterministic
and matches their definition order in the schema.
This helps fuzzing, where the same entropy source
should generate the same test case.
0 commit comments