This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Support dialyzer plt paths having "~/" as a prefix
e.g. {dialyzer_opts, [{plt, "~/.dialyzer_plt.R14B"}]}.
pull/3/head
Joseph Wayne Norton
14 years ago
committed by
Tuncer Ayaz
parent
fe664e8c50
commit
e36783112d
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/rebar_dialyzer.erl
+ 2
- 0
src/rebar_dialyzer.erl
View File
@ -193,6 +193,8 @@ existing_plt_path(Config, File) ->
?
ABORT
(
"
No PLT found
~n
"
,
[
]
)
?
ABORT
(
"
No PLT found
~n
"
,
[
]
)
end
end
end
;
end
;
[
$~
|
[
$/
|
Plt
]
]
-
>
filename
:
join
(
Home
,
Plt
)
;
Plt
-
>
Plt
-
>
Plt
Plt
end
.
end
.
Write
Preview
Loading…
Cancel
Save