Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Erlang 17. #1085

Merged
merged 8 commits into from Feb 27, 2015
Merged

Add support for Erlang 17. #1085

merged 8 commits into from Feb 27, 2015

Commits on Feb 26, 2015

  1. Configuration menu
    Copy the full SHA
    48ed953 View commit details
    Browse the repository at this point in the history
  2. Bump rebar.

    cmeiklejohn committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    4b153fa View commit details
    Browse the repository at this point in the history
  3. Bump rebar.

    cmeiklejohn committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    5feaf85 View commit details
    Browse the repository at this point in the history
  4. Bump rebar.

    cmeiklejohn committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    f225fce View commit details
    Browse the repository at this point in the history
  5. Detect earlier set_env.

    application:set_env's 4th argument has now changed, and takes a property
    list.  Adapt existing code to detect the Erlang version, and make the
    appropriate call.
    cmeiklejohn committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    fc0b11b View commit details
    Browse the repository at this point in the history
  6. Correctly type prepare_index_query.

    Correctly type the prepare_index_query function.
    cmeiklejohn committed Feb 26, 2015
    2 Configuration menu
    Copy the full SHA
    3bee1bd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Ignore warnings about prepare_index_query.

    For some reason, Dialyzer believes that the caller to this function will
    only be undefined or {_, _}, but it's unclear where this assumption is
    coming from; the caller of this function comes in through a coverage
    query through riak_core, so dialyzer is deriving this call from some
    unknown place.
    
    Ignore the warnings for the time being.
    cmeiklejohn committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    83c8016 View commit details
    Browse the repository at this point in the history
  2. Ignore dialyzer warnings for diff_index_specs.

    Ignore the warnings that say the function isn't typed correctly; the
    type signatures for each function are correct.
    cmeiklejohn committed Feb 27, 2015
    13 Configuration menu
    Copy the full SHA
    16a81d4 View commit details
    Browse the repository at this point in the history