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
src/System/Log/Handler/Syslog.hs:266:19: warning: [-Wincomplete-patterns]
Pattern match(es) are non-exhaustive
In a case alternative:
Patterns not matched:
network-3.1.2.5:Network.Socket.Types.SocketType
(Foreign.C.Types.CInt (GHC.Int.I32# _))
|
266 | sent <- case sock_type sh of
| ^^^^^^^^^^^^^^^^^^^^...
With
-Wall
I get:hslogger/src/System/Log/Handler/Syslog.hs
Lines 263 to 269 in 4c3ca34
Compare https://hackage.haskell.org/package/network-3.1.2.5/docs/Network-Socket.html#t:SocketType.
If this lack of coverage is unproblematic, it would be nice if there was at least a comment that explains the issue,
The text was updated successfully, but these errors were encountered: