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

Remove several uses of 6.x version constants #41162

Merged
merged 3 commits into from
Apr 19, 2019

Commits on Apr 12, 2019

  1. Remove several uses of 6.x version constants

    This commit removes many conditionals in serialization, as well as tests
    which no longer need to be compatible with 6.x now that master is 8.0.
    Additionally, many tests are changed to not depend on a fixed version,
    but instead use new helper methods for getting the range of index
    compatible versions with the current version, which will make the tests
    not need changes in the future when version constants are removed.
    rjernst committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    dc5cc30 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    ac7f4f3 View commit details
    Browse the repository at this point in the history
  2. address review comments

    rjernst committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    18b4733 View commit details
    Browse the repository at this point in the history