mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Merge pull request #382 from tuncer/update-dialyzer
Adapt dialyzer_reference to ba466e2d
changes
This commit is contained in:
commit
26c5a6e872
2 changed files with 1 additions and 2 deletions
1
Makefile
1
Makefile
|
@ -16,7 +16,6 @@ clean:
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@rm -f dialyzer_warnings
|
@rm -f dialyzer_warnings
|
||||||
@rm -rf deps
|
@rm -rf deps
|
||||||
@rm -f ~/.dialyzer_rebar_*_plt
|
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
@./bootstrap debug
|
@./bootstrap debug
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
|
|
||||||
rebar_eunit.erl:471: Call to missing or unexported function eunit_test:function_wrapper/2
|
rebar_eunit.erl:471: Call to missing or unexported function eunit_test:function_wrapper/2
|
||||||
rebar_utils.erl:197: Call to missing or unexported function escript:foldl/3
|
rebar_utils.erl:198: Call to missing or unexported function escript:foldl/3
|
||||||
|
|
Loading…
Reference in a new issue