Procházet zdrojové kódy

fix needed_files type spec

pull/1938/head
Tristan Sloughter před 6 roky
rodič
revize
beb8878a6c
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: AAB97DDECCEB8150
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      src/rebar_compiler.erl

+ 2
- 1
src/rebar_compiler.erl Zobrazit soubor

@ -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()]}.

Načítá se…
Zrušit
Uložit