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
I just realized tho, that we can "recover" the error; if we simplify our internal types to return TooBig, we can then have pread "catch" TooBig errors, and then recompute the offset, requested size, the offset requested at, and size of the bytes for us, all in a nice package
The text was updated successfully, but these errors were encountered:
I.e., this error message sucks:
I just realized tho, that we can "recover" the error; if we simplify our internal types to return TooBig, we can then have
pread
"catch"TooBig
errors, and then recompute the offset, requested size, the offset requested at, and size of the bytes for us, all in a nice packageThe text was updated successfully, but these errors were encountered: