Переглянути джерело

fix needed_files type spec

pull/1938/head
Tristan Sloughter 6 роки тому
джерело
коміт
beb8878a6c
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: AAB97DDECCEB8150
1 змінених файлів з 2 додано та 1 видалено
  1. +2
    -1
      src/rebar_compiler.erl

+ 2
- 1
src/rebar_compiler.erl Переглянути файл

@ -19,7 +19,8 @@
include_dirs => [file:dirname()],
src_ext => extension(),
out_mappings => out_mappings()}.
-callback needed_files(digraph:graph(), [file:filename()], list(), rebar_app_info:t()) -> [file:filename()].
-callback needed_files(digraph:graph(), [file:filename()], out_mappings(),
rebar_app_info:t()) -> [file:filename()].
-callback dependencies(file:filename(), file:dirname(), [file:dirname()]) -> [file:filename()].
-callback compile(file:filename(), out_mappings(), rebar_dict(), list()) ->
ok | {ok, [string()]} | {ok, [string()], [string()]}.

Завантаження…
Відмінити
Зберегти