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
refactors definitions of _parse and _show in Network.Socket.ReadShow
to be specific to Int-like types, with a single-quote character
separating the two tuple elements
introduces _readInt and _showInt
for representation and parsing of negative numbers encoded with
underscore ('_') instead of minus ('-')
changes variable names in defRead and defShow to more appropriate
descriptors
explicitly reimplements bijections for Family and SocketType to use
`_readInt` and `_showInt` instead of regular `read` and `show` methods
of CInt; SocketOptions and CmsgId code unchanged as _parse and _show
are internally reimplemented but their calls are unchanged
0 commit comments