summaryrefslogtreecommitdiff
path: root/dialyzer_reference
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2013-09-01 19:34:29 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-03-05 15:44:38 +0100
commitb6908421b7a83a2c2972c3263f32d438c3dc3cec (patch)
tree63994d7dad6a762b94a702eff009c6cc51bc5371 /dialyzer_reference
parent7742d70ee28fff4c33c628b636bb95d04f41a608 (diff)
erlc: clean-up, enhance, and regression fix fd17693
* update files * fix Dialyzer warning * unconditionally enable info fil * clean-up inconsistencies * use term_to_binary compression * use try...catch instead of case...catch...of * do not write build info file if the graph is unmodified * store info file as <base_dir>/.rebarinfo * properly support list of compile directives * fix regressions: - Fix a bug in handling of files to compile first. - If a file that is depended upon itself depends on other files, make sure those are compiled first. While at it, rename variables for correctness. Reported-by: David Robakowski - Make sure that FirstFiles has no dupes and preserves the proper order. - headers referenced via -include_lib() were not properly resolved to absolute filenames - .erl files found in sub dirs of src_dirs were not properly resolved to absolute filenames
Diffstat (limited to 'dialyzer_reference')
-rw-r--r--dialyzer_reference2
1 files changed, 1 insertions, 1 deletions
diff --git a/dialyzer_reference b/dialyzer_reference
index 678c38e..7fbe609 100644
--- a/dialyzer_reference
+++ b/dialyzer_reference
@@ -1,3 +1,3 @@
rebar_eunit.erl:434: Call to missing or unexported function eunit_test:function_wrapper/2
-rebar_utils.erl:163: Call to missing or unexported function escript:foldl/3
+rebar_utils.erl:164: Call to missing or unexported function escript:foldl/3