mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add escript_foldl/3 TODO
Comment what has to be done when the new OTP release is out and the time is right.
This commit is contained in:
parent
dfb5af4049
commit
aeabfb6fe9
1 changed files with 3 additions and 0 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue