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/rdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.0
Choose a base ref
...
head repository: ruby/rdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.6.1
Choose a head ref
  • 15 commits
  • 14 files changed
  • 5 contributors

Commits on Nov 14, 2023

  1. Bump ruby/setup-ruby from 1.159.0 to 1.161.0

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.159.0 to 1.161.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Commits](ruby/setup-ruby@54a18e2...8575951)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hsbt committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3d3862a View commit details
    Browse the repository at this point in the history
  2. Fix TIDYLINK after braces (#1015)

    TIDYLINK multi-word label should not include braces.
    nobu committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    41ad319 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix: Fix NoMethodError for tokens_to_s method

    Calling `tokens_to_s` gets an error if `token_stream` is nil:
    
    ```
    undefined method `compact' for nil:NilClass (NoMethodError)
    ```
    
    So, fall back to an empty array if `@token_stream` is nil.
    toshimaru authored and hsbt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    452e4a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a1c74b View commit details
    Browse the repository at this point in the history
  3. Revert "chore: Remove unnecessary argument for join method"

    This reverts commit 4a1c74b.
    
    Since RDoc still supports ruby 2.6 which has not deprecated `$,`, the
    argument of `Array#join` is not unnecessary yet.
    nobu committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    72897d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    ab4084b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f568e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2161157 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Revert "Disable truffleruby-head because of stringio native gem"

    This reverts commit ab4084b.
    stringio 3.1.0 has been released.
    nobu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c5b0e86 View commit details
    Browse the repository at this point in the history
  2. Get rid of Kernel#open

    nobu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    dc56f6d View commit details
    Browse the repository at this point in the history
  3. Stop on truffleruby-head failures

    Revert "TruffleRuby head seems to fail at `return` in `BEGIN{}`",
    commit 95a2ef3.
    nobu committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7696a57 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    83f0149 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. fix: fix NoMethodError when token_stream is nil

    The change in #1055 might be a breaking change.
    So, just simply wrap `token_stream` with `Array`
    
    Co-authored-by: Jonathan Hefner <[email protected]>
    2 people authored and hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d8c19d7 View commit details
    Browse the repository at this point in the history
  2. Early return when token_stream is nil

    Co-authored-by: Nobuyoshi Nakada <[email protected]>
    2 people authored and hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    04f75d8 View commit details
    Browse the repository at this point in the history
  3. Bump up 6.6.1

    hsbt committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    7cf353a View commit details
    Browse the repository at this point in the history
Loading