close
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/delegate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: ruby/delegate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 7 commits
  • 2 files changed
  • 4 contributors

Commits on Dec 17, 2025

  1. Reapply "Merge pull request #46 from byroot/use-forward-send"

    This reverts commit fc2bd04.
    
    Co-authored-by: Jean Boussier <byroot@ruby-lang.org>
    hsbt and byroot committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    7d5c1e0 View commit details
    Browse the repository at this point in the history
  2. Revert "Allow use of DelegateClass in ractors"

    This reverts commit cad1942.
    IO-like objects should not be ractor-shareable.
    nobu committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    ce4ca7c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. Merge pull request #51 from ruby/reapply-gh-46

    Reapply "Merge pull request #46 from byroot/use-forward-send"
    hsbt authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    d1c82ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from ruby/revert-49

    Revert "Allow use of DelegateClass in ractors"
    nobu authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    d665d62 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #52 from ruby/revert-49"

    This reverts commit d665d62, reversing
    changes made to d1c82ca.
    hsbt committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    02e4b58 View commit details
    Browse the repository at this point in the history
  4. Allow use of DelegateClass in ractor

    Use `eval` instead of `define_method` when defining delegate methods for
    `DelegateClass`.
    luke-gruber authored and hsbt committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    6e0f2b3 View commit details
    Browse the repository at this point in the history
  5. v0.6.0

    hsbt committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    aef34e8 View commit details
    Browse the repository at this point in the history
Loading