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
proof.isSane() checks for nil values for the type deadend. Is there even a need for this? Looking through the code it appears there's no possible way for key,value,hash to ever be set for deadend. Is it simply good enough to check for the type without testing the unused fields? Or are these fields placeholders for future reference?
The text was updated successfully, but these errors were encountered:
proof.isSane()
checks for nil values for the typedeadend
. Is there even a need for this? Looking through the code it appears there's no possible way forkey,value,hash
to ever be set fordeadend
. Is it simply good enough to check for the type without testing the unused fields? Or are these fields placeholders for future reference?The text was updated successfully, but these errors were encountered: