10000 Comparing mtasaka:master...rubychan:master · mtasaka/coderay · GitHub
[go: up one dir, main page]

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: mtasaka/coderay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rubychan/coderay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 21, 2021

  1. Fix test suite for ruby 3.0 change for methods on subclass of Array

    With ruby 3.0, especially with ruby/ruby#3690 ,
    for subclass of Array, `flatten` method now returns the instance of Array,
    not of the subclass.
    
    To keep the object instance of the subclass, use `flatten!` instead.
    mtasaka committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    c1c1503 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. test for ruby 3, too

    korny committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    050259d View commit details
    Browse the repository at this point in the history
  2. Merge pull request rubychan#255 from mtasaka/ruby30-fix

    Fix test suite for ruby 3.0 change for methods on subclass of Array
    korny authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    4982353 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd9459 View commit details
    Browse the repository at this point in the history
  4. fix Travis warnings

    korny committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c25e8ef View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    bd3a167 View commit details
    Browse the repository at this point in the history
  2. add CircleCI config

    korny committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    2862117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e35c86 View commit details
    Browse the repository at this point in the history
  4. add missing badge token

    korny authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f71b25d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. fix CircleCI status badge

    korny authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    01144a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eabc13c View commit details
    Browse the repository at this point in the history
Loading
0