本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
62
Wiki
活動
瀏覽代碼
Renaming compiler module
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
pull/3/head
Dave Smith
15 年之前
父節點
620867d5d5
當前提交
fd8794dae7
共有
2 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
ebin/rebar.app
+1
-1
src/rebar_erlc_compiler.erl
+ 2
- 2
ebin/rebar.app
查看文件
@ -5,7 +5,7 @@
rebar_utils,
rebar_app_utils,
rebar_rel_utils,
rebar_
dot
erl_compiler]},
rebar_erl
c
_compiler]},
{registered, []},
{applications, [kernel,
stdlib,
@ -14,7 +14,7 @@
%% Key/value list of base/default configuration used by
%% rebar_config during initialization
{default_config, [
{app_modules, [ rebar_
dot
erl_compiler ]}
{app_modules, [ rebar_erl
c
_compiler ]}
]}
]}
]}.
src/rebar_doterl_compiler.erl → src/rebar_erlc_compiler.erl
查看文件
@ -22,7 +22,7 @@
%
%
OUT
OF
OR
IN
CONNECTION
WITH
THE
SOFTWARE
OR
THE
USE
OR
OTHER
DEALINGS
IN
%
%
THE
SOFTWARE
.
%
%
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-
-
module
(
rebar_
dot
erl_compiler
)
.
-
module
(
rebar_erl
c
_compiler
)
.
-
export
(
[
compile
/
2
,
clean
/
2
]
)
.
Write
Preview
Loading…
取消
儲存