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
encorec: src/types/Types.hs:136:3-43: Non-exhaustive patterns in function show
It seems there is a missing case for showing the empty capability. Adding -fwarn-incomplete-patterns detects this at compile time (and some other missing cases). Maybe we should add this flag as a GHC option to our build? Actually I would like us to use -Wall, but right now that gives almost 1000 lines of warnings, and I don't think anyone wants to fix those...
Was looking for bug and came across this:
It seems there is a missing case for showing the empty capability. Adding
-fwarn-incomplete-patterns
detects this at compile time (and some other missing cases). Maybe we should add this flag as a GHC option to our build? Actually I would like us to use-Wall
, but right now that gives almost 1000 lines of warnings, and I don't think anyone wants to fix those...git blame
suggests assigning @albertnetymk.The text was updated successfully, but these errors were encountered: