aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_info.erl
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-09-24 00:39:07 +0100
committerLuis Rascao <[email protected]>2016-09-25 23:23:30 +0100
commit7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6 (patch)
treecb0f92bad71a2b3705d6f5aa5f1434268b1fcd1a /src/rlx_app_info.erl
parentc7e6d8119037d4d4ab117381027f379de9a6a5df (diff)
downloadrelx-7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6.tar.gz
relx-7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6.tar.bz2
relx-7dcfafcae37d6f58fe43b5ea2f06e67c8e8428b6.zip
Silence dialyzer warnings
Fix/add method specs, remove unreachable branches, make rlx_util:render/2 accept both iolists and binaries.
Diffstat (limited to 'src/rlx_app_info.erl')
-rw-r--r--src/rlx_app_info.erl2
1 files changed, 1 insertions, 1 deletions
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()]}).