Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Fix dialyzer when only updating plt
Previously dialyzer would crash when not doing success typing analysis.
pull/152/head
James Fish
10 anni fa
parent
cede33a8f9
commit
4b8e9db4ca
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/rebar_prv_dialyzer.erl
+ 1
- 1
src/rebar_prv_dialyzer.erl
Vedi 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
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva