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/bigdecimal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 080f9b2
Choose a base ref
...
head repository: ruby/bigdecimal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbb5369
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    310cb15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26bc499 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #285 from ruby/use-latest-version-of-macos

    Use macos-arm-oss and latest versions for test and benchmark CI
    hsbt authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d14039c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Support Ruby 3.4's new error message format

    Ruby 3.4 will use a single quote instead of a backtrick as an open quote.
    
    https://bugs.ruby-lang.org/issues/16495
    mame committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b2a9480 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge pull request #286 from mame/no-backtick-in-error-messages

    Support Ruby 3.4's new error message format
    hsbt authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    741fb93 View commit details
    Browse the repository at this point in the history
  2. Rename rake spec with rake test in documentation

    `rake spec` is not defined in Rake tasks (`rake -T`).
    
    `rake test` runs the tests.
    
    This updates the documentation to help newcomers to run the test suite
    locally.
    rhannequin committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9aa2a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Merge pull request #287 from rhannequin/rake-test-and-not-rake-spec

    Rename `rake spec` with `rake test` in documentation
    hsbt authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    036f929 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Bump up 3.1.7

    hsbt committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cbb5369 View commit details
    Browse the repository at this point in the history
Loading