使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
rebar3
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
0
版本发布
62
百科
动态
浏览代码
Add experimental notice to test-compile and shell
pull/3/head
Tuncer Ayaz
13 年前
父节点
471b5714eb
当前提交
ad2e94b96b
共有
2 个文件被更改
,包括
2 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-0
src/rebar_eunit.erl
+1
-0
src/rebar_shell.erl
+ 1
- 0
src/rebar_eunit.erl
查看文件
@ -120,6 +120,7 @@ clean(_Config, _File) ->
rebar_file_utils
:
rm_rf
(
?
TEST_DIR
)
.
'test-compile'
(
Config
,
_
File
)
-
>
?
CONSOLE
(
"
NOTICE: Using experimental 'test-compile' command
~n
"
,
[
]
)
,
ok
=
ensure_dirs
(
)
,
%
%
Save
code
path
CodePath
=
setup_code_path
(
)
,
+ 1
- 0
src/rebar_shell.erl
查看文件
@ -33,6 +33,7 @@
-
export
(
[
shell
/
2
]
)
.
shell
(
_
Config
,
_
AppFile
)
-
>
?
CONSOLE
(
"
NOTICE: Using experimental 'shell' command
~n
"
,
[
]
)
,
%
%
backwards
way
to
say
we
only
want
this
executed
%
%
for
the
"
top level
"
directory
case
is_deps_dir
(
rebar_utils
:
get_cwd
(
)
)
of
撰写
预览
正在加载...
取消
保存