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
Merge pull request
#173
from talentdeficit/empty_locks_fix
don't attempt to merge locks when there are no dependencies
pull/176/head
Tristan Sloughter
10 anni fa
parent
558646adbc
04235f1a63
commit
4b9adefcb8
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_config.erl
+ 1
- 1
src/rebar_config.erl
Vedi File
@ -60,7 +60,7 @@ consult_file(File) ->
end
end
.
merge_locks
(
Config
,
[
]
)
-
>
merge_locks
(
Config
,
[
[
]
]
)
-
>
Config
;
merge_locks
(
Config
,
[
Locks
]
)
-
>
{
deps
,
ConfigDeps
}
=
lists
:
keyfind
(
deps
,
1
,
Config
)
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva