Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Renaming compiler module
--HG-- rename : src/rebar_doterl_compiler.erl => src/rebar_erlc_compiler.erl
pull/3/head
Dave Smith
hace 15 años
padre
620867d5d5
commit
fd8794dae7
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
ebin/rebar.app
+1
-1
src/rebar_erlc_compiler.erl
+ 2
- 2
ebin/rebar.app
Ver fichero
@ -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
Ver fichero
@ -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
]
)
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar