-
Notifications
You must be signed in to change notification settings - Fork 440
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.14.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby/rdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.14.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 6 files changed
- 2 contributors
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8602952 - Browse repository at this point
Copy the full SHA 8602952View commit details
Commits on Jun 18, 2025
-
Added gemspec file to gem package
The original gemspec need to install rdoc as bundled gems at the official Ruby package. Fix https://bugs.ruby-lang.org/issues/21312
Configuration menu - View commit details
-
Copy full SHA for 295b89d - Browse repository at this point
Copy the full SHA 295b89dView commit details -
Use Dir.chdir for the location of gemspec
The current glob pattern caused to issue with Ruby package installation. ``` /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1625:in 'File.stat': No such file or directory @ rb_file_s_stat - /Users/hsbt/Documents/github.com/ruby/ruby/.bundle/gems/rdoc-6.14.0/lib/English.rb (Errno::ENOENT) from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1625:in 'block in FileUtils#install' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2471:in 'block in FileUtils#fu_each_src_dest' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2487:in 'FileUtils#fu_each_src_dest0' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:2469:in 'FileUtils#fu_each_src_dest' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/fileutils.rb:1624:in 'FileUtils#install' from ./tool/rbinstall.rb:216:in 'Object#install' from ./tool/rbinstall.rb:694:in 'block in RbInstall::DirPackage#extract_files' from ./tool/rbinstall.rb:689:in 'Array#each' from ./tool/rbinstall.rb:689:in 'RbInstall::DirPackage#extract_files' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/rubygems/installer.rb:853:in 'Gem::Installer#extract_files' from /Users/hsbt/Documents/github.com/ruby/ruby/lib/rubygems/installer.rb:312:in 'Gem::Installer#install' from ./tool/rbinstall.rb:746:in 'block in RbInstall::UnpackedInstaller#install' from ./tool/rbinstall.rb:534:in 'RbInstall.no_write' from ./tool/rbinstall.rb:746:in 'RbInstall::UnpackedInstaller#install' from ./tool/rbinstall.rb:1174:in 'block (2 levels) in <main>' from ./tool/rbinstall.rb:1138:in 'IO.foreach' from ./tool/rbinstall.rb:1138:in 'block in <main>' from ./tool/rbinstall.rb:1224:in 'block in <main>' from ./tool/rbinstall.rb:1221:in 'Array#each' from ./tool/rbinstall.rb:1221:in '<main>' ```
Configuration menu - View commit details
-
Copy full SHA for 109e8b3 - Browse repository at this point
Copy the full SHA 109e8b3View commit details -
Use base option with Dir.glob instead of Dir.chdir.
Co-authored-by: Sutou Kouhei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27869f5 - Browse repository at this point
Copy the full SHA 27869f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a868914 - Browse repository at this point
Copy the full SHA a868914View commit details
Loading
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.14.0...v6.14.1