This is also an issue with 3.3.10 and 3.4.7. Should it be backported? The original [commit](https://github.com/ruby/ruby/commit/be1bbd5b7d40ad86) happened on 12-Oct-2023MSP-Greg (Greg L)
Regrading `String.strip` (and `lstrip`, `rstrip`, and `!` versions) Some text data representations differentiate between what one might call vertical and horizontal white space, and the 'strip' methods currently strip both. It woul...MSP-Greg (Greg L)
naruse (Yui NARUSE) wrote in #note-8: > Many years ago, test-all was run for install-ed Ruby, but these days it runs with files in build directories. That would be helpful, but today bundled gems make things 'interesting'... h...MSP-Greg (Greg L)
Currently, ruby-dev-builder & ruby-loco are failing due to https://github.com/ruby/ruby/commit/8f6f9e88c70bbae, which changed the rdoc 'bundled gem' install from using a released gem to the repo. This results in an invalid rdoc installa...MSP-Greg (Greg L)
The below is shown in the `make install` log of master. But, `test-unit` has `power_assert` as a runtime_dependency. ``` Extracting bundle gem power_assert-2.0.5... Try with hash version of bundled gems instead of gems/power_assert...MSP-Greg (Greg L)
I'm asking about this because https://github.com/ruby/ruby-dev-builder/actions has been failing for five days, and ruby-loco for a similar time.MSP-Greg (Greg L)
Can `make install` be tested? Two items come to mind: 1. Test that all gems can be required? 2. Check that all gem binstubs are installed and work. Some of the above are being done in ruby-loco and https://github.com/ruby/ruby-de...MSP-Greg (Greg L)
See https://github.com/ruby/ruby/actions/runs/15944248440/job/44976268400#step:8:297 ``` skipped bundled gems: power_assert-3.0.0dev.gem not found in bundled_gems syslog-0.3.0.gem extensions not found o...MSP-Greg (Greg L)