diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-06 00:04:50 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-03-06 00:04:50 +0100 |
commit | aeabfb6fe93cf2a7d0af5d0b6f05b7cb7b887158 (patch) | |
tree | ded16ca4274704f64664a24700d273f9e18fd368 /src | |
parent | dfb5af404978fad2cef4c1e6a4c6545217e55cc8 (diff) |
Add escript_foldl/3 TODO
Comment what has to be done when the new OTP release is out
and the time is right.
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_utils.erl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar_utils.erl b/src/rebar_utils.erl index 4bf089e..0ac6cf1 100644 --- a/src/rebar_utils.erl +++ b/src/rebar_utils.erl @@ -112,6 +112,9 @@ abort(String, Args) -> ?ERROR(String, Args), halt(1). +%% TODO: Rename emulate_escript_foldl to escript_foldl and remove +%% this function when the time is right. escript:foldl/3 was an +%% undocumented exported fun and is going to be removed post-R13B04. escript_foldl(Fun, Acc, File) -> case erlang:function_exported(zip, foldl, 3) of true -> |