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
properly compare list of opts and not against undefined
pull/323/head
Tristan Sloughter
10 anni fa
parent
39a4ca0c04
commit
aaf0b5c00a
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_erlc_compiler.erl
+ 1
- 1
src/rebar_erlc_compiler.erl
Vedi File
@ -195,7 +195,7 @@ opts_changed(Opts, Target) ->
Compile
=
Mod
:
module_info
(
compile
)
,
lists
:
sort
(
Opts
)
=/=
lists
:
sort
(
proplists
:
get_value
(
options
,
Compile
,
undefined
)
)
;
[
]
)
)
;
{
error
,
_
}
-
>
true
end
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva