| Age | Commit message (Collapse) | Author |
|
Previously, the script was caching any file already present in the
destination directory, regardless of its origin. This caused issues
when the directory contained files copied from external sources like
`autoreconf --install`.
For example:
1. `./autogen.sh --install` copies `config.guess` and `config.sub`
from the system to `./tool`.
2. `ruby tool/downloader.rb -d tool -e gnu config.guess config.sub`
treats those files as if they were downloaded and caches them.
3. Removing the files: `rm tool/config.guess tool/config.sub`.
4. Running the downloader again, it mistakenly restores the cached
files instead of downloading fresh versions.
Notes:
Merged: https://github.com/ruby/ruby/pull/12738
|
|
The glob patterns are replaced by rote, but these files have been
removed before it.
|
|
* Simplified to find gemspecs for bundled gems
Co-authored-by: Nobuyoshi Nakada <nobu.nakada@gmail.com>
Notes:
Merged-By: hsbt <hsbt@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12708
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12701
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
See if the content contains `.Nm` macro, instead of the names.
This reverts "Don't convert bundler man pages from mdoc to man",
commit e0b40ef5d8173aff304c81f93516e1246e3c042c.
Notes:
Merged: https://github.com/ruby/ruby/pull/12684
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12684
|
|
|
|
|
|
Similar to `Test::Unit::assert_raise`, but allows sub classes too.
Notes:
Merged: https://github.com/ruby/ruby/pull/12625
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12625
|
|
|
|
- Old versions should compile parse.y by `bison` or the bundled
version `lrama`, not the `lrama` in the running repository.
- Check variables for ruby executable more strictly.
Notes:
Merged: https://github.com/ruby/ruby/pull/12605
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12595
|
|
This reverts commit 4404688a0e9e606aea870d79f5e8be6ac1524335.
Notes:
Merged: https://github.com/ruby/ruby/pull/12600
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12598
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12588
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12583
|
|
|
|
`Gem::InstallerUninstallerUtils#regenerate_plugins_for` assumes that
`plugins_dir` is an absolute path as same as the target plugin files.
Notes:
Merged: https://github.com/ruby/ruby/pull/12579
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12577
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12577
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12577
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12556
|
|
|
|
In the past, bundler updated platform without normalized variable like arm64-darwin-23.
We ignored that update. But the current bundler uses arm64-darwin for that.
Notes:
Merged: https://github.com/ruby/ruby/pull/12570
|
|
Since we now vendor uri, it does not buy us anything to include it in
the gemfile explicitly.
Notes:
Merged: https://github.com/ruby/ruby/pull/12568
|
|
I think logger is only used to figure out which methods need to be made
noops in order to silence webrick during tests.
However, it seems possible to do the same using webrick's builtin logger
and the current method does not seem even correct since it's not
guaranteed that the logger gem and webrick's logger will use the same
methods.
Notes:
Merged: https://github.com/ruby/ruby/pull/12568
|
|
Tests don't use it directly, so no need to specify it in our Gemfile.
I think it may have only been added because sinatra was not declaring
its dependency at the time.
Notes:
Merged: https://github.com/ruby/ruby/pull/12568
|
|
We switched to nronn because ronn-ng felt abandoned, but it seems
it has activity again, so switch back.
Notes:
Merged: https://github.com/ruby/ruby/pull/12568
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12563
|
|
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12544
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12537
|
|
Follow-up to #12325
Since we're not generating IRB documentation, we don't need to sync
its `doc/` folder and keep the previous content.
Notes:
Merged-By: tompng <tomoyapenguin@gmail.com>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12429
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12428
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12428
|
|
* Clean up skip tests
* Bundle rbs-3.8.0.pre.1
Notes:
Merged-By: soutaro <matsumoto@soutaro.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12397
|
|
|
|
|
|
|