소스 검색

Merge pull request #2001 from ferd/fix-perf-regression

Fix performance regression in compiler around behaviours
pull/2004/head
Fred Hebert 6 년 전
committed by GitHub
부모
커밋
369ff85dd6
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_compiler_erl.erl

+ 1
- 1
src/rebar_compiler_erl.erl 파일 보기

@ -317,7 +317,7 @@ expand_file_names(Files, Dirs) ->
true ->
[Incl];
false ->
rebar_utils:find_files_in_dirs(Dirs, Incl, true)
rebar_utils:find_files_in_dirs(Dirs, [$^, Incl, $$], true)
end
end, Files).

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