소스 검색

Add escript_foldl/3 TODO

Comment what has to be done when the new OTP release is out
and the time is right.
Tuncer Ayaz 15 년 전
부모
커밋
aeabfb6fe9
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/rebar_utils.erl

+ 3
- 0
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 ->

불러오는 중...
취소
저장