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 best solution is to make IO#peek return nil when read_buffering is false, but that exposes a problem where IO#gets_peek assumes incorrectly that IO#peek returning nil is the same as returning an empty slice.
The text was updated successfully, but these errors were encountered:
See #6916.
The best solution is to make
IO#peek
return nil when read_buffering is false, but that exposes a problem whereIO#gets_peek
assumes incorrectly thatIO#peek
returning nil is the same as returning an empty slice.The text was updated successfully, but these errors were encountered: