summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Brown <derekbrown121@gmail.com>2015-05-11 17:38:34 -0400
committerDerek Brown <derekbrown121@gmail.com>2015-05-11 17:38:34 -0400
commit2055a532114e64395c2d323ec2d1fdc8bae974c9 (patch)
tree63cf4f0117b7cd3e46d2de3f6a4677484c9fa3e8
parent9455bc5f5e168a869acae731cea5368602d95b4e (diff)
downloadrebar-2055a532114e64395c2d323ec2d1fdc8bae974c9.tar.gz
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
-rw-r--r--dialyzer_reference2
1 files changed, 1 insertions, 1 deletions
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