travelping / regine

regine - modular Erlang process registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't compile against erlang/otp 18

sschindler89 opened this issue · comments

I wasn't able to build regine with the newest version of erlang/otp

==> regine (compile)
src/regine_server.erl:89: type dict() undefined
ERROR: compile failed while processing [...]/regine: rebar_abort
** (Mix) Could not compile dependency regine, rebar command failed. If you want to recompile this dependency, please run: mix deps.compile regine

the reason seems to be the deprecation of the dict() type

+1 same problem here

fixed in 0.2.1 some 3 month aog.