Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
rebar3
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
62
Wiki
Atividade
Ver código fonte
erlydtl: add missing clause (Reported-by: goofansu)
erlydtl implemented 'binary' option. Add new clause for {binary, false}.
pull/3/head
Tuncer Ayaz
11 anos atrás
pai
03e7993402
commit
3c1b819369
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/rebar_erlydtl_compiler.erl
+ 2
- 0
src/rebar_erlydtl_compiler.erl
Ver arquivo
@ -210,6 +210,8 @@ do_compile(Config, Source, Target, DtlOpts) ->
Opts
)
of
ok
-
>
ok
;
{
ok
,
_
Mod
,
Ws
}
-
>
rebar_base_compiler
:
ok_tuple
(
Config
,
Source
,
Ws
)
;
{
ok
,
_
Mod
,
_
Bin
,
Ws
}
-
>
rebar_base_compiler
:
ok_tuple
(
Config
,
Source
,
Ws
)
;
error
-
>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar