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

Make TransformObject trait more flexible #2381

Merged
merged 4 commits into from
Jun 14, 2024
Merged

Make TransformObject trait more flexible #2381

merged 4 commits into from
Jun 14, 2024

Commits on Jun 14, 2024

  1. Update variable name

    hannobraun committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cb2f809 View commit details
    Browse the repository at this point in the history
  2. Update argument name

    hannobraun committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f3432b1 View commit details
    Browse the repository at this point in the history
  3. Add TransformObject::Transformed

    This makes the trait more flexible. I'm going to need this additional
    flexibility for an upcoming change.
    hannobraun committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1c35674 View commit details
    Browse the repository at this point in the history
  4. Take self by value in TransformObject

    This is another measure to provide more flexibility that I'm going to
    need going forward. It also has surprisingly little effect on the rest
    of the code.
    hannobraun committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5716bb7 View commit details
    Browse the repository at this point in the history