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
Per Simon's request: it'd be helpful to document what happens in unsafeUseAsCStringLen BS.empty .... It's obvious that unsafeUseAsCStringLen passes NULL as the pointer when you think about what else it could return, but that's not obvious to some users unless they think about the possible implementations.
The text was updated successfully, but these errors were encountered:
Per Simon's request: it'd be helpful to document what happens in
unsafeUseAsCStringLen BS.empty ...
. It's obvious thatunsafeUseAsCStringLen
passesNULL
as the pointer when you think about what else it could return, but that's not obvious to some users unless they think about the possible implementations.The text was updated successfully, but these errors were encountered: