소스 검색

Revert arch string changes

pull/3/head
Tuncer Ayaz 12 년 전
부모
커밋
588244465f
2개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -1
      dialyzer_reference
  2. +1
    -6
      src/rebar_utils.erl

+ 1
- 1
dialyzer_reference 파일 보기

@ -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 파일 보기

@ -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 ->

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