-
Notifications
You must be signed in to change notification settings - Fork 454
Comparing changes
Open a pull request
base repository: ruby/rdoc
base: v6.6.0
head repository: ruby/rdoc
compare: v6.6.1
- 15 commits
- 14 files changed
- 5 contributors
Commits on Nov 14, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3d3862a - Browse repository at this point
Copy the full SHA 3d3862aView commit details -
Fix TIDYLINK after braces (#1015)
TIDYLINK multi-word label should not include braces.
Configuration menu - View commit details
-
Copy full SHA for 41ad319 - Browse repository at this point
Copy the full SHA 41ad319View commit details
Commits on Nov 16, 2023
-
fix: Fix NoMethodError for
tokens_to_smethodCalling `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.
Configuration menu - View commit details
-
Copy full SHA for 452e4a2 - Browse repository at this point
Copy the full SHA 452e4a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1c74b - Browse repository at this point
Copy the full SHA 4a1c74bView commit details -
Revert "chore: Remove unnecessary argument for
joinmethod"This reverts commit 4a1c74b. Since RDoc still supports ruby 2.6 which has not deprecated `$,`, the argument of `Array#join` is not unnecessary yet.
Configuration menu - View commit details
-
Copy full SHA for 72897d3 - Browse repository at this point
Copy the full SHA 72897d3View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ab4084b - Browse repository at this point
Copy the full SHA ab4084bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f568e0 - Browse repository at this point
Copy the full SHA 1f568e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2161157 - Browse repository at this point
Copy the full SHA 2161157View commit details
Commits on Nov 29, 2023
-
Revert "Disable truffleruby-head because of stringio native gem"
This reverts commit ab4084b. stringio 3.1.0 has been released.
Configuration menu - View commit details
-
Copy full SHA for c5b0e86 - Browse repository at this point
Copy the full SHA c5b0e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc56f6d - Browse repository at this point
Copy the full SHA dc56f6dView commit details -
Stop on truffleruby-head failures
Revert "TruffleRuby head seems to fail at `return` in `BEGIN{}`", commit 95a2ef3.Configuration menu - View commit details
-
Copy full SHA for 7696a57 - Browse repository at this point
Copy the full SHA 7696a57View commit details
Commits on Dec 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83f0149 - Browse repository at this point
Copy the full SHA 83f0149View commit details
Commits on Dec 5, 2023
-
fix: fix
NoMethodErrorwhentoken_streamis nilThe change in #1055 might be a breaking change. So, just simply wrap `token_stream` with `Array` Co-authored-by: Jonathan Hefner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8c19d7 - Browse repository at this point
Copy the full SHA d8c19d7View commit details -
Early return when
token_streamisnilCo-authored-by: Nobuyoshi Nakada <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04f75d8 - Browse repository at this point
Copy the full SHA 04f75d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf353a - Browse repository at this point
Copy the full SHA 7cf353aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.6.0...v6.6.1