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
Fix dialyzer when only updating plt
Previously dialyzer would crash when not doing success typing analysis.
pull/152/head
James Fish
10 years ago
parent
cede33a8f9
commit
4b8e9db4ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_prv_dialyzer.erl
+ 1
- 1
src/rebar_prv_dialyzer.erl
View File
@ -352,7 +352,7 @@ succ_typings(State, Plt, Apps) ->
{
Args
,
_
}
=
rebar_state
:
command_parsed_args
(
State
)
,
case
proplists
:
get_value
(
succ_typings
,
Args
)
of
false
-
>
{
ok
,
State
}
;
{
0
,
State
}
;
_
-
>
do_succ_typings
(
State
,
Plt
,
Apps
)
end
.
Write
Preview
Loading…
Cancel
Save