From 7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6 Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Sat, 24 Sep 2016 00:39:07 +0100 Subject: Silence dialyzer warnings Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries. --- src/rlx_app_info.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_app_info.erl') diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl index 618b1e2..b3402d0 100644 --- a/src/rlx_app_info.erl +++ b/src/rlx_app_info.erl @@ -63,7 +63,7 @@ -record(app_info_t, {name :: atom(), original_vsn :: string(), vsn :: ec_semver:semver(), - dir :: file:name(), + dir :: binary(), link=false :: boolean(), active_deps=[]:: [atom()], library_deps=[] :: [atom()]}). -- cgit v1.2.3