summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-05-21 10:42:23 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-05-21 10:42:23 +0200
commit99f8223d8635d19adf53222cef1c3b38be270f3e (patch)
tree3216b4966f892f058fbeb0da2fe18d3c138fa768 /README.md
parentfd417ee873dded19da2f24cb2898d53c7b16b2dc (diff)
downloadrebar-99f8223d8635d19adf53222cef1c3b38be270f3e.tar.gz
Update known discrepancies: erl_scan corrected
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index 57ddb01..ed85756 100644
--- a/README.md
+++ b/README.md
@@ -115,13 +115,8 @@ $ dialyzer ebin -Wunmatched_returns -Werror_handling -Wrace_conditions -Wundersp
The following discrepancies are known and safe to ignore:
<pre>
-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
+rebar_utils.erl:147: Call to missing or unexported function escript:foldl/3
+rebar_utils.erl:180: The created fun has no local return
</pre>
It is **strongly recommended** to check the code with