You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/23 14:29:01 UTC

[07/50] rebar commit: updated refs/heads/import to 5dea85d

Update line number of allowed dialyzer error

Running make check after make debug gives an error due to the
following:

make: [dialyzer_warnings] Error 2 (ignored)
--- dialyzer_reference  2015-05-11 17:21:38.000000000 -0400
+++ dialyzer_warnings   2015-05-11 17:31:42.000000000 -0400
@@ -3 +3 @@
-rebar_utils.erl:198: Call to missing or unexported function
escript:foldl/3
+rebar_utils.erl:222: Call to missing or unexported function
escript:foldl/3

Indeed that call to escript:foldl/3 changed from line 198 to 222 via
https://github.com/rebar/rebar/commit/a04530124ffa16c50205695d35f9274107e2fa42

This update makes the corresponding change to the line number in
dialyzer_reference.

This was noticed while working on
https://github.com/rebar/rebar/pull/336


Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/2055a532
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/2055a532
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/2055a532

Branch: refs/heads/import
Commit: 2055a532114e64395c2d323ec2d1fdc8bae974c9
Parents: 9455bc5
Author: Derek Brown <de...@gmail.com>
Authored: Mon May 11 17:38:34 2015 -0400
Committer: Derek Brown <de...@gmail.com>
Committed: Mon May 11 17:38:34 2015 -0400

----------------------------------------------------------------------
 dialyzer_reference | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/2055a532/dialyzer_reference
----------------------------------------------------------------------
diff --git a/dialyzer_reference b/dialyzer_reference
index 9b7f093..41b1cff 100644
--- a/dialyzer_reference
+++ b/dialyzer_reference
@@ -1,3 +1,3 @@
 
 rebar_eunit.erl:471: Call to missing or unexported function eunit_test:function_wrapper/2
-rebar_utils.erl:198: Call to missing or unexported function escript:foldl/3
+rebar_utils.erl:222: Call to missing or unexported function escript:foldl/3