Przeglądaj źródła

Revert arch string changes

pull/3/head
Tuncer Ayaz 12 lat temu
rodzic
commit
588244465f
2 zmienionych plików z 2 dodań i 7 usunięć
  1. +1
    -1
      dialyzer_reference
  2. +1
    -6
      src/rebar_utils.erl

+ 1
- 1
dialyzer_reference Wyświetl plik

@ -1,3 +1,3 @@
rebar_eunit.erl:351: Call to missing or unexported function eunit_test:function_wrapper/2
rebar_utils.erl:163: Call to missing or unexported function escript:foldl/3
rebar_utils.erl:162: Call to missing or unexported function escript:foldl/3

+ 1
- 6
src/rebar_utils.erl Wyświetl plik

@ -75,8 +75,7 @@ is_arch(ArchRegex) ->
get_arch() ->
Words = wordsize(),
erlang:system_info(otp_release) ++ "-"
++ erlang:system_info(system_architecture) ++ "-" ++ Words
++ "-" ++ os_family().
++ erlang:system_info(system_architecture) ++ "-" ++ Words.
wordsize() ->
try erlang:system_info({wordsize, external}) of
@ -318,10 +317,6 @@ processing_base_dir(Config, Dir) ->
%% Internal functions
%% ====================================================================
os_family() ->
{OsFamily, _} = os:type(),
atom_to_list(OsFamily).
get_deprecated_3(Get, Config, OldOpt, NewOpt, Default, When) ->
case Get(Config, NewOpt, Default) of
Default ->

Ładowanie…
Anuluj
Zapisz