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
I strongly believe that compilation warnings should be treated as an error (like -Werror in gcc). I am not an expert in PureScript but I think we should also follow this rule here. Currently, purescript-io and purescript-pipes produce compilation warnings. Can we do something with it?
I strongly believe that compilation warnings should be treated as an error (like
-Werrorin gcc). I am not an expert in PureScript but I think we should also follow this rule here. Currently,purescript-ioandpurescript-pipesproduce compilation warnings. Can we do something with it?