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
This issue relates to the Haddock API documentation. Is the following note about Data.ByteString.Lazy.hGetContents correct or is it out of date?
Note: the Handle should be placed in binary mode with hSetBinaryMode for hGetContents to work correctly.
If it is out of date, please consider adding a statement somewhere in the documentation that hSetBinaryMode is definitely not required, for avoidance of confusion.
These days bytestring requires base>=4.3, so hIsEOF is not used anymore and the warning about hSetBinaryMode does not apply. A PR removing #if MIN_VERSION_base(4,3,0) and warnings is very welcome.
This issue relates to the Haddock API documentation. Is the following note about Data.ByteString.Lazy.hGetContents correct or is it out of date?
If it is out of date, please consider adding a statement somewhere in the documentation that hSetBinaryMode is definitely not required, for avoidance of confusion.
This also affects the following issue in the process package.
The text was updated successfully, but these errors were encountered: