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

Drop old select #391

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2023

  1. ci: drop testing on older versions

    Versions in question are not supported for at least two years from
    now [1].
    
    1. https://www.tarantool.io/en/doc/latest/release/calendar/
    
    Part of #365
    DifferentialOrange committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    96d9c29 View commit details
    Browse the repository at this point in the history
  2. rock: unlock tuple-keydef and tuple-merger version deps

    Since Tarantool 1.10.7 and older and Tarantools between 2.0 and 2.5.2
    does not have required symbols, we drop their support in the commit too.
    
    1. https://www.tarantool.io/en/doc/latest/release/calendar/
    
    Part of #365
    DifferentialOrange committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    113d887 View commit details
    Browse the repository at this point in the history
  3. crud: require tuple-keydef and tuple-merger

    This patch removes compatibility code that emulated `tuple-keydef` and
    `tuple-merger` support when they were missing. Now it is required
    to have this modules either internally r externally.
    
    Closes #365
    DifferentialOrange committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9e275e4 View commit details
    Browse the repository at this point in the history