mirror of
https://github.com/ubf/ubf.git
synced 2025-12-06 07:31:51 +00:00
Update rebar (2.0.0-118-g2d62896)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,7 +4,7 @@
|
||||
*.huc
|
||||
*.log
|
||||
*.script
|
||||
.eunit/
|
||||
.test/
|
||||
erl_crash.dump
|
||||
src/contract_lex.erl
|
||||
src/contract_yecc.erl
|
||||
|
||||
@@ -218,7 +218,7 @@ $ make dialyze
|
||||
+
|
||||
CAUTION: If you manually run dialyzer with the "-r" option, execute
|
||||
"make clean compile" first to avoid finding duplicate beam files
|
||||
underneath rebar\'s .eunit directory. Check Makefile for further
|
||||
underneath rebar\'s .test directory. Check Makefile for further
|
||||
information.
|
||||
|
||||
3. Dialyze without specs
|
||||
|
||||
@@ -1481,7 +1481,7 @@ $ make dialyze
|
||||
+
|
||||
CAUTION: If you manually run dialyzer with the "-r" option, execute
|
||||
"make clean compile" first to avoid finding duplicate beam files
|
||||
underneath rebar's .eunit directory. Check Makefile for further
|
||||
underneath rebar's .test directory. Check Makefile for further
|
||||
information.
|
||||
+
|
||||
.. Dialyze without specs
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
%% ]}.
|
||||
|
||||
%% Test Erlang files to compile before the rest.
|
||||
{eunit_first_files, ["src/contract_lex.erl"
|
||||
{test_first_files, ["src/contract_lex.erl"
|
||||
, "src/contract_yecc.erl"
|
||||
, "test/eunit/types_plugin.erl"
|
||||
]}.
|
||||
|
||||
Reference in New Issue
Block a user