Skip to content

Commit

Permalink
Update lager version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Hazen authored and nickelization committed Jan 26, 2017
1 parent c841113 commit a8fbe0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dialyzer.ignore-warnings
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}},
Expand Down

0 comments on commit a8fbe0c

Please sign in to comment.