이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
SisMaker
/
rebar3
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
Projects
0
릴리즈
62
위키
활동
소스 검색
Add regression test for dep override infinite loop
Completes the fix presented in
#2381
Uses an existing test to simply inject the regression.
pull/2409/head
Fred Hebert
4 년 전
부모
918369717a
커밋
7129064db7
1개의 변경된 파일
과
4개의 추가작업
그리고
1개의 파일을 삭제
통합 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
test/rebar_compile_SUITE.erl
+ 4
- 1
test/rebar_compile_SUITE.erl
파일 보기
@ -1780,7 +1780,10 @@ override_del_pkg_deps(Config) ->
{
deps
,
TopDeps
}
,
{
deps
,
TopDeps
}
,
{
overrides
,
[
{
overrides
,
[
{
del
,
some_dep
,
[
{
del
,
some_dep
,
[
{
deps
,
[
other_dep
]
}
{
deps
,
[
other_dep
]
}
,
%
%
regression
:
a
non
-
existing
option
deletion
%
%
could
trigger
an
infinite
loop
{
provider_hooks
,
[
{
post
,
[
{
compile
,
xref
}
]
}
]
}
]
}
]
}
]
}
]
}
]
,
]
,
쓰기
미리보기
불러오는 중...
취소
저장