Skip to content

Commit

Permalink
Update for 2.9.1 release
Browse files Browse the repository at this point in the history
Change riak_core dependency.  ther eis a long-running dialyzer warning - so added to ignore_warnings (this is fixed in develop-3.0)
  • Loading branch information
martinsumner committed Feb 13, 2020
1 parent c9086c0 commit 25fe06c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ erl_crash.dump
EUnit-SASL.log
.local_dialyzer_plt
.rebar/
dialyzer_warnings
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: erlang
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=cf2b9b83873cc2de2a01fad26e1c98cf2882fb02
email: [email protected]
script: "make dialyzer xref test"
script:
- make xref
- make dialyzer
- make test
otp_release:
- R16B02
- R16B03
3 changes: 3 additions & 0 deletions dialyzer.ignore-warnings
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
riak_pipe_qcover_fsm.erl:43: Callback info about the riak_core_coverage_fsm behaviour is not available
riak_pipe_vnode.erl:24: Callback info about the riak_core_vnode behaviour is not available
riak_pipe_fitting.erl:571: The variable QLimit can never match since previous clauses completely covered the type pos_integer()
riak_pipe_v.erl:120: Function type_of/1 has no local return
riak_pipe_v.erl:122: The attempt to match a term of type erl_types:erl_type() against the pattern {'c', 'identifier', [Type | _], _} breaks the opaqueness of the term
riak_pipe_v.erl:124: The attempt to match a term of type erl_types:erl_type() against the pattern {'c', Type, _, _} breaks the opaqueness of the term
Unknown functions:
cluster_info:format/3
cluster_info:register_app/1
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{xref_checks, []}.
{xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}.
{deps, [
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.0"}}}
{riak_core, ".*", {git, "git://github.com/basho/riak_core.git", {tag, "riak_kv-2.9.1"}}}
]}.

0 comments on commit 25fe06c

Please sign in to comment.