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
It does not check if the resulting cursor is_valid(), requiring callers to do it, which is a foot gun. Instead, it should check resulting_cursor.is_valid() and return either None or Some. We will also need to fix callers.
I can mentor anyone who wants to pick up this bug.
The text was updated successfully, but these errors were encountered:
It does not check if the resulting cursor
is_valid()
, requiring callers to do it, which is a foot gun. Instead, it should checkresulting_cursor.is_valid()
and return eitherNone
orSome
. We will also need to fix callers.I can mentor anyone who wants to pick up this bug.
The text was updated successfully, but these errors were encountered: