This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
SisMaker
/
rebar3
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Projects
0
Издања
62
Вики
Activity
Преглед изворни кода
properly compare list of opts and not against undefined
pull/323/head
Tristan Sloughter
пре 10 година
родитељ
39a4ca0c04
комит
aaf0b5c00a
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_erlc_compiler.erl
+ 1
- 1
src/rebar_erlc_compiler.erl
Прегледај датотеку
@ -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
.
Write
Preview
Loading…
Откажи
Сачувај