From a8fbe0c0dd84491799f1ab2be2e76a0950434d17 Mon Sep 17 00:00:00 2001 From: Brett Hazen Date: Fri, 20 Jan 2017 18:31:31 -0700 Subject: [PATCH] Update lager version to 3.2.4 --- dialyzer.ignore-warnings | 6 +++--- rebar.config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dialyzer.ignore-warnings b/dialyzer.ignore-warnings index 1c1ac711..29489ccc 100644 --- a/dialyzer.ignore-warnings +++ b/dialyzer.ignore-warnings @@ -11,9 +11,9 @@ riak_repl_keylist_client.erl:265: The call application:unset_env('riak_repl',{'p riak_repl_keylist_client.erl:118: The call application:unset_env('riak_repl',{'progress',_}) breaks the contract (Application,Par) -> 'ok' when is_subtype(Application,atom()), is_subtype(Par,atom()) riak_repl_keylist_client.erl:130: The call application:set_env('riak_repl',{'progress',_},nonempty_maybe_improper_list()) breaks the contract (Application,Par,Val) -> 'ok' when is_subtype(Application,atom()), is_subtype(Par,atom()), is_subtype(Val,term()) riak_core_connection_mgr.erl:546: The pattern 'ok' can never match the type {'error',atom()} -cluster_info:format/3 -cluster_info:register_app/1 -Unknown functions gen_leader.erl:936: The call sys:handle_debug(Debug::any(),{'gen_leader', 'print_event'},any(),{'in',_}) breaks the contract (Debug,FormFunc,Extra,Event) -> [dbg_opt()] when is_subtype(Debug,[dbg_opt()]), is_subtype(FormFunc,dbg_fun()), is_subtype(Extra,term()), is_subtype(Event,system_event()) gen_leader.erl:952: Function system_terminate/4 has no local return gen_leader.erl:1115: The call sys:handle_debug(Debug::any(),{'gen_leader', 'print_event'},any(),Event::{'$leader_cast',_} | {'noreply',_} | {'ok',_} | {'out',_,_,_}) breaks the contract (Debug,FormFunc,Extra,Event) -> [dbg_opt()] when is_subtype(Debug,[dbg_opt()]), is_subtype(FormFunc,dbg_fun()), is_subtype(Extra,term()), is_subtype(Event,system_event()) +Unknown functions: + cluster_info:format/3 + cluster_info:register_app/1 diff --git a/rebar.config b/rebar.config index 709662df..5141497a 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}. {deps, [ - {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.2"}}}, + {lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}}, {ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}}, {ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}}, {riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},