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 type translation #470

Merged
merged 2 commits into from
Jan 10, 2024
Merged

Commits on Jan 10, 2024

  1. Remove type translation

    This has been deprecated for a while, time to remove it.  If users want
    to keep the type translation feature, they can upgrade their
    applications by implementing a delegate class.
    tenderlove committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    080d60c View commit details
    Browse the repository at this point in the history
  2. Add development dependency on mutex_m

    Minitest depends on mutex_m but doesn't declare the dependency. It
    removes the dependency in newer (yet to be released) code, so lets
    declare this dev dep until minitest is upgraded
    tenderlove committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c92a473 View commit details
    Browse the repository at this point in the history