You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feel free to ignore, this is an artifact of OTP 17.4.
Meck did not compile because there was a warning about a deprecated library and the "warnings_as_errors" flag was set inside that package:
==> meck (compile)
/home/rob/git/feuerlabs/exodm/deps/meck/src/meck.erl:71: type dict/0 is deprecated and will be removed in OTP 18.0; use use dict:dict/0 or preferably dict:dict/2
ERROR: compile failed while processing /home/rob/git/feuerlabs/exodm/deps/meck: rebar_abort
make: *** [compile] Error 1
Can be fixed by changing the erl_opts argument and adding the "nowarn_deprecated_type"?
ERL: OTP 17.4
Exodm: Master
Feel free to ignore, this is an artifact of OTP 17.4.
Meck did not compile because there was a warning about a deprecated library and the "warnings_as_errors" flag was set inside that package:
Can be fixed by changing the erl_opts argument and adding the "nowarn_deprecated_type"?
In exodm/deps/meck/rebar.config
The text was updated successfully, but these errors were encountered: