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 Ruby < 2.7 and deal with kwargs #44

Merged
merged 4 commits into from
Dec 11, 2023
Merged

Commits on Dec 11, 2023

  1. Copy process_call implementation from ruby2ruby

    This brings it closer to the original, making it easier to see what's
    going on. Looking at the git log of ruby2ruby there were no
    modifications in this area. The only difference in process_call is that
    process_call_receiver is jailed. This implementation actually supports
    kwargs and kwsplat.
    
    It also adds tests for kwargs and kwsplat.
    ekohl authored and ofedoren committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    acac5c6 View commit details
    Browse the repository at this point in the history
  2. Deal with kwargs

    Ruby 3 has started to separate args and kwargs.
    ekohl authored and ofedoren committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d672fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfd4185 View commit details
    Browse the repository at this point in the history
  4. Run tests on Ruby 3.0

    ofedoren committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6f8ba8f View commit details
    Browse the repository at this point in the history