add rebar.config.script for checking support maps and binary_to_{integer,float}/1
This commit is contained in:
parent
fef001479f
commit
446f674f27
3 changed files with 12 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
{erl_opts, [
|
||||
% uncomment to always decode to maps
|
||||
% {d, maps_always},
|
||||
{platform_define, "R14|R15", 'no_binary_to_whatever'},
|
||||
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
|
||||
]}.
|
||||
{edoc_opts, [{preprocess, true}]}.
|
Loading…
Add table
Add a link
Reference in a new issue