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
Don't reset generations, instead make them match the current one (#287)
That way, even empty slots can be identified as 'changed' compared to
some older index even if they are empty.
This makes it consistent, as indices refer to occupied slots only and
protect themselves from changes using the generation flag, which usually
comes first.
0 commit comments