Age | Commit message (Collapse) | Author |
|
* Sync lockfile from rubygems/rubygems
* Restore lockfile for test-bundler
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.
---------
Co-authored-by: Hiroshi SHIBATA <[email protected]>
|
|
|
|
|
|
6.14.0
https://github.com/ruby/ruby/actions/runs/15199473008/job/42750815986?pr=13421
```
Error: ArgumentError: wrong number of arguments (given 0, expected 1)
/Users/runner/work/ruby/ruby/src/lib/rdoc/store.rb:123:in 'initialize'
/Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:8:in 'Class#new'
/Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:8:in 'RDocPluginParserTest#parser'
/Users/runner/work/ruby/ruby/src/gems/src/rbs/test/rbs/rdoc/rbs_parser_test.rb:147:in 'RDocPluginParserTest#test_instance_method_comment_and_tokens'
```
|
|
|
|
|
|
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/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 <[email protected]>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We have name fragmentation for this feature, including "shared GC",
"modular GC", and "external GC". This commit standardizes the feature
name to "modular GC" and the implementation to "GC library".
Notes:
Merged: https://github.com/ruby/ruby/pull/12261
|
|
Notes:
Merged-By: soutaro <[email protected]>
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12221
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12193
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12179
|
|
testing csv and rexml
Notes:
Merged: https://github.com/ruby/ruby/pull/12179
|
|
The sync script defaults to `master` when analysing which commits to
pick, but the default for new repos now is `main`.
Notes:
Merged: https://github.com/ruby/ruby/pull/12174
|
|
```
NoMethodError: undefined method 'flush' for an instance of JsonWrite
```
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12160
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12159
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12120
|
|
|
|
Since 3ae4358024ed4a8438aa14611b3b939b39cdd18b.
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12110
|
|
These are also different between build time and after installation.
Notes:
Merged: https://github.com/ruby/ruby/pull/12099
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12098
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12098
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12098
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12098
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12096
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12096
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12096
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12096
|