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 seems like the flag only serves to rename the NeedsMoreInput variant to FailedCannotMakeProgress at runtime. Both of the errors only seem to be created in this function. The API doesn't seem to do much but confuse users, so could it be removed? (NeedsMoreInput is a perfectly reasonable error state if the caller already knows there's no more input)
The text was updated successfully, but these errors were encountered:
miniz_oxide/miniz_oxide/src/inflate/core.rs
Lines 600 to 607 in 7f5aedd
It seems like the flag only serves to rename the
NeedsMoreInput
variant toFailedCannotMakeProgress
at runtime. Both of the errors only seem to be created in this function. The API doesn't seem to do much but confuse users, so could it be removed? (NeedsMoreInput
is a perfectly reasonable error state if the caller already knows there's no more input)The text was updated successfully, but these errors were encountered: