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
The problem here, apparently, is that value removal might result in a different trie structure (at least, after #73) and optimized equals compares nodes for exact equality.
In the following example we have two indentical sets that aren’t equal from
assertEquals
perspective:Bug is found by fuzzing team @ PLAN Lab.
The text was updated successfully, but these errors were encountered: