erlef / rebar3_hex

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

Prevent compile-time deprecation warning while preparing for the future #255

Closed paulo-ferraz-oliveira closed 3 years ago

paulo-ferraz-oliveira commented 3 years ago

Mind you that OTP_RELEASE was introduced in Erlang 21, so if you want a broader maintenance scope I may have to tweak the pull request.

starbelly commented 3 years ago

@paulo-ferraz-oliveira Yeah, might as well use a platform_define in rebar.config. POST_OTP_22 already exists in that form (i.e., -ifdef(POST_OTP_22)).

paulo-ferraz-oliveira commented 3 years ago

Rebased on top of master.