src/rebar_utils.erl (3 lines): - line 202: %% TODO: filelib:ensure_dir/1 corrected in R13B04. Remove when we drop - line 223: %% TODO: Rename emulate_escript_foldl to escript_foldl and remove - line 359: %% TODO: remove workaround once we require R15B01 or newer src/rebar_reltool.erl (3 lines): - line 113: %% TODO: use application:load and application:get_key once we require - line 157: %% TODO: Once we require at least R14B04 (didn't check for existence of - line 347: %% TODO: Merge functionality here with rebar_templater src/rebar_deps.erl (2 lines): - line 506: %% TODO: maybe we can avoid checking non-existing dirs - line 517: %% TODO: look for version string in /VERSION file? Not clear src/rebar_dialyzer.erl (2 lines): - line 53: %% TODO: remove once the minimum required Erlang/OTP release - line 101: %% TODO: remove once the minimum required Erlang/OTP release src/rebar_erlydtl_compiler.erl (1 line): - line 195: %% TODO: Check last mod on target and referenced DTLs here.. src/rebar_eunit.erl (1 line): - line 443: %% TODO: remove fallback and use only {test,M,F} and {generator,M,F} src/rebar_log.erl (1 line): - line 46: %% TODO: Once we have the new getopt version, use a flag that src/rebar_config.erl (1 line): - line 223: %% TODO: reconsider after config inheritance removal/redesign src/rebar_templater.erl (1 line): - line 180: %% TODO: Cleanup/merge with similar code in rebar_reltool src/rebar_core.erl (1 line): - line 104: %% TODO: reconsider after config inheritance removal/re-design include/rebar.hrl (1 line): - line 1: %% TODO: rename FAIL to ABORT once we require at least R13B04 for src/rebar_protobuffs_compiler.erl (1 line): - line 117: %% TODO: Protobuffs really needs to be better about this src/rebar_neotoma_compiler.erl (1 line): - line 130: %% TODO: Check last mod on target and referenced DTLs here..