<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hey I’ve been maintaining a rebar plugin for this for quite a while <a href="https://github.com/project-fifo/rebar_erl_vsn" class="">https://github.com/project-fifo/rebar_erl_vsn</a> I’m curious as to why a new library instead of contributing? Did it cause you problems or not solve a problem you encountered?<div class=""><br class=""></div><div class="">Cheers,</div><div class="">Heinz <br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 20. Apr 2018, at 12:51, Pierre Fenoll <<a href="mailto:pierrefenoll@gmail.com" class="">pierrefenoll@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class="gmail_signature"><div dir="ltr" class=""><div class="">Howdy people,</div><div class=""><br class=""></div><div class="">I just released a library called otp_vsn which defines helpful macros if you write code that spans multiple OTP releases.</div><div class=""><br class=""></div><div class=""><div class="">This saves you the copy/pasting/tweaking of erl_opts's platform_define.</div><div class="">Header-only, no dependencies. Supports releases from R16B01 to latest.</div></div><div class=""><br class=""></div><div class="">For example if you want to use the #{maps => syntax} but still be able to compile your code on releases earlier than 17.5 you can use ifdef(OTP_VSN_17_AND_ABOVE).</div><div class=""><br class=""></div><div class="">This release is super fresh (published 15 minutes ago) and feedback is welcomed!</div><div class="">I'm looking for macros that are re-defined often such as</div><div class="">* the maps thing I mention above</div><div class="">* stdlib types getting renamed</div><div class="">* functions being moved/renamed</div><div class=""><br class=""></div><div class="">I think this library could be the place to put them in & help the community write code that still compiles on newer releases of Erlang :)</div><div class=""><br class=""></div><div class=""><a href="https://hex.pm/packages/otp_vsn" class="">https://hex.pm/packages/otp_vsn</a><br class=""></div><div class=""><a href="https://github.com/fenollp/otp_vsn" class="">https://github.com/fenollp/otp_vsn</a><br class=""></div><div class=""><br class=""></div><div class="">Thanks & have a nice day</div></div></div></div>
</div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class=""></div></body></html>