Merge pull request #38 from basho/ku/otp-18

Support OTP 18.1
This commit is contained in:
Shunichi Shinohara 2015-11-05 10:49:56 +09:00
commit 39a937db9b
4 changed files with 5 additions and 2 deletions

View file

@ -4,3 +4,4 @@ notifications:
script: "priv/test-for-gh-pr.sh"
otp_release:
- 17.5
- 18.1

View file

@ -53,7 +53,7 @@ relclean:
stage : rel
$(foreach dep,$(wildcard deps/*), rm -rf rel/$(REPO)/lib/$(shell basename $(dep))* && ln -sf $(abspath $(dep)) rel/$(REPO)/lib;)
DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto
DIALYZER_APPS = kernel stdlib sasl erts ssl compiler eunit crypto public_key syntax_tools
PLT = $(HOME)/.machi_dialyzer_plt
include tools.mk

View file

@ -3,8 +3,10 @@ machi_pb.erl:0:
##################################################
######## Specific types #####################
##################################################
Unknown types:
basho_bench_config:get/2
machi_partition_simulator:get/1
hamcrest:matchspec/0
##################################################
######## Specific messages #####################
##################################################

View file

@ -1,4 +1,4 @@
{require_otp_vsn, "17"}.
{require_otp_vsn, "17|18"}.
%%% {erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
{erl_opts, [{parse_transform, lager_transform}, debug_info]}.