erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Fixes for Dialyzer #338

Closed paulo-ferraz-oliveira closed 2 months ago

paulo-ferraz-oliveira commented 3 months ago

I start by removing all -dialyzer directives and then issuing fixes for the found issues.

I'll add self-review comments where appropriate, to ease review.

paulo-ferraz-oliveira commented 3 months ago

===> Error in dialyzing apps: Unknown dialyzer warning option: no_unknown

This is a bummer: I'ma fix CI so it only runs Dialyzer on a specific OTP version.

paulo-ferraz-oliveira commented 2 months ago

CI's failing while we wait for an hex_core release. Then we update rebar.config+rebar.lock and retry 😄

paulo-ferraz-oliveira commented 2 months ago

@starbelly, this is good to go. No more -dialyzer exceptions 😄