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-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.4
Choose a base ref
...
head repository: ruby-concurrency/concurrent-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.5
Choose a head ref
  • 6 commits
  • 44 files changed
  • 4 contributors

Commits on Oct 7, 2024

  1. Remove dependency on logger

    * To fix the Ruby 3.3.5 warnings:
      #1061
    * concurrent-ruby only uses 7 constants from Logger, so just copy those over.
    eregon committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d7ce956 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Avoid error when member is present on ancestor class

    Niche case - when clearing class members for new definition,
    avoid trying to remove members present on ancestor classes.
    francesmcmullin authored and eregon committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    56fd240 View commit details
    Browse the repository at this point in the history
  2. Improve ancestor classes spec

    francesmcmullin authored and eregon committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    56227a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Set rake-compiler source and target to Java 8 (#1071)

    This patch forces rake-compiler to emit bytecode for Java 8 level
    of JVM. rake-compiler currently defaults to Java 1.7 source and
    target, but that version is no longer supported by recent JDKs
    such as Java 21 (see rake-compiler/rake-compiler#242
    for a patch to update rake-compiler).
    
    This patch sets our minimum Java level to 8, bypassing the default
    in rake-compiler and allowing builds on Java 21+.
    headius authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    957cf7d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. chore: fix typos (#1076)

    Signed-off-by: Rui Chen <rui@chenrui.dev>
    chenrui333 authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    5d700c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu
    Copy the full SHA
    33abefb View commit details
    Browse the repository at this point in the history
Loading