From d6445b0a15e845a8887b74ec0771f558062a22e8 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 13 Jan 2011 18:38:50 +0100 Subject: [PATCH] Update README: document known discrepancies --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 16f4541..9119a8f 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,17 @@ $ ./bootstrap debug $ dialyzer ebin -Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspecs +The following discrepancies are known and safe to ignore: +
+rebar_templater.erl:249: The call rebar_templater:consult(
+                                Cont1::erl_scan:return_cont(),'eof',
+                                Acc::[any()])
+                         contains an opaque term as 1st argument when terms
+                         of different types are expected in these positions
+rebar_utils.erl:144: Call to missing or unexported function escript:foldl/3
+rebar_utils.erl:165: The created fun has no local return
+
+ It is **strongly recommended** to check the code with [Tidier](http://tidier.softlab.ntua.gr:20000/tidier/getstarted). Select all transformation options and enable **automatic**