issues
search
tsloughter
/
rebar3_erlydtl_plugin
Rebar3 Erlydtl Plugin
Other
11
stars
33
forks
source link
dependency issues and fixed return for `do/1`
#4
Closed
Licenser
closed
9 years ago
Licenser
commented
9 years ago
rebar_base_compiler/7
returns
ok
, however the
do/1
function needs to return
{ok, State}
.
merl
is utterly broken with rebar3 since it is a very odd application (or none at all), added a fixed repository for working around that.
rebar_base_compiler/7
returnsok
, however thedo/1
function needs to return{ok, State}
.merl
is utterly broken with rebar3 since it is a very odd application (or none at all), added a fixed repository for working around that.