Closed paulo-ferraz-oliveira closed 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.
OTP_RELEASE
@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)).
platform_define
POST_OTP_22
-ifdef(POST_OTP_22)
Rebased on top of master.
master
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.