Skip to content

Commit a8fbe0c

Browse files
Brett Hazennickelization
authored andcommitted
Update lager version to 3.2.4
1 parent c841113 commit a8fbe0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dialyzer.ignore-warnings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ riak_repl_keylist_client.erl:265: The call application:unset_env('riak_repl',{'p
1111
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())
1212
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())
1313
riak_core_connection_mgr.erl:546: The pattern 'ok' can never match the type {'error',atom()}
14-
cluster_info:format/3
15-
cluster_info:register_app/1
16-
Unknown functions
1714
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())
1815
gen_leader.erl:952: Function system_terminate/4 has no local return
1916
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())
17+
Unknown functions:
18+
cluster_info:format/3
19+
cluster_info:register_app/1

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}.
1010

1111
{deps, [
12-
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.2"}}},
12+
{lager, ".*", {git, "https://github.com/basho/lager.git", {tag, "3.2.4"}}},
1313
{ranch, "0.4.0-p1", {git, "https://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
1414
{ebloom, ".*", {git, "https://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
1515
{riak_kv, ".*", {git, "https://github.com/basho/riak_kv.git", {branch, "develop"}}},

0 commit comments

Comments
 (0)