mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Update README: document known discrepancies
This commit is contained in:
parent
8940f07801
commit
d6445b0a15
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -102,6 +102,17 @@ $ ./bootstrap debug
|
|||
$ dialyzer ebin -Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspecs
|
||||
</pre>
|
||||
|
||||
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
|
||||
</pre>
|
||||
|
||||
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**
|
||||
|
|
Loading…
Reference in a new issue