[erlang-questions] [ANN] otp_vsn 1.0.0 - ?OTP_VSN
PAILLEAU Eric
eric.pailleau@REDACTED
Sun Apr 22 10:40:49 CEST 2018
Hi Pierre,
> I'm looking for macros that are re-defined often such as
> * the maps thing I mention above
> * stdlib types getting renamed
> * functions being moved/renamed
As en entry point, you can have a look to release diffs I did for geas tool.
in Yaml format :
https://github.com/crownedgrouse/geas_devel/tree/master/doc/reldiffs/yaml
as well Erlang term format :
https://github.com/crownedgrouse/geas_devel/tree/master/doc/reldiffs/term
This will tell you what module/function was added/removed between two
subsequent releases.
This may help to create missing macros, possibly by automatic process...
regards
More information about the erlang-questions
mailing list