[elm-discuss] Re: [Feature] Ability to suppress some warnings (or don't generate them at all)

2017-08-10 Thread Incomplete
> you don't like the suggestions, simply stop using the --warn flag. >> >> On Wednesday, 9 August 2017 03:44:11 UTC+1, Incomplete wrote: >>> >>> Whenever I `elm-make`, I give it the `--warn` option, however, this >>> often makes the comp

[elm-discuss] [Feature] Ability to suppress some warnings (or don't generate them at all)

2017-08-08 Thread Incomplete
Whenever I `elm-make`, I give it the `--warn` option, however, this often makes the compiler generate warnings like "Top-level value `foo` does not have a type annotation.", if there are a lot of these, it would make the real warnings hard to notice. Sometimes I deliberately omit type