Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Renaming compiler module
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
pull/3/head
Dave Smith
15 anni fa
parent
620867d5d5
commit
fd8794dae7
2 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
ebin/rebar.app
+1
-1
src/rebar_erlc_compiler.erl
+ 2
- 2
ebin/rebar.app
Vedi File
@ -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
Vedi File
@ -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
]
)
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva