Aleksey Kluchnikov
Aleksey Kluchnikov
Hi. It is still don`t work fix delete_globals: ``` patch diff --git a/src/gproc_dist.erl b/src/gproc_dist.erl index 99d78e1..399c453 100644 --- a/src/gproc_dist.erl +++ b/src/gproc_dist.erl @@ -794,7 +794,9 @@ insert_globals(Globals) -> delete_globals(Globals) -> lists:foreach(...
Add ifdef(MAP_SUPPORT) help to pass the tests? How to be with jsx dependecy which should be updated to version with maps support?
Also need add to documentation: For maps support add to rebar.config {erl_opts, [{d, 'MAPS_SUPPORT'}]}.
My mistake, jsx is ok. add {erl_opts, [{d, 'MAPS_SUPPORT'}]} to rebar.config get test passed? but its becouse new code not tested :)
rebar3 eunit ignore ifdefs. I dont know how to resolve this :(
Oh sorry, work is being done now
I do not have a sufficient qualification, but I'll try
It is impossible while travis check this otp_releases: - R16B03-1 - 17.0 - 17.1 - 18.0 - 18.1 R16B03-1 not support maps.
``` [alexs:bone:~]>erl Erlang/OTP 19 [erts-8.3.5.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] Eshell V8.3.5.4 (abort with ^G) 1> inet_parse:address("www.google.com"). {error,einval} ``` 1. Function inet_parse:address/1 used in ibrowse_http_client.erl line 615...