使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
rebar3
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
}
,
{
overrides
,
[
{
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
}
]
}
]
}
]
}
]
}
]
,
撰写
预览
正在加载...
取消
保存