purescript-contrib / purescript-formatters

Formatting and printing for numeric and date/time/interval values
Apache License 2.0
41 stars 30 forks source link

69 warnings with the 0.14.2 compiler #72

Closed ntwilson closed 3 years ago

ntwilson commented 3 years ago

Currently, building master of this library with 0.14.2 yields 69 warnings (mostly from use of MonadZero and from unused names). Would a PR that fixes these warnings be welcome? If so, for unused names, would it be preferable to prefix with _ or replace the whole unused name with _, or best judgement case-by-case?

thomashoneyman commented 3 years ago

Yes! PRs fixing warnings are very much welcome throughout the contrib libraries. For unused names I would generally omit them altogether with _.

ntwilson commented 3 years ago

Ugh, I'm sorry I misread the build output, and this library has no warnings, it's all in the dependencies. I'll close this issue and thank you for the instruction. I'll focus any effort on the upstream contrib libraries.