<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/ruby/test_rubyoptions.rb, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Revert "Add link to Ruby options doc in help text"</title>
<updated>2025-12-24T13:55:44+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2025-12-24T13:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=285e22edc55522f3466357c4c27615a6015d84dc'/>
<id>285e22edc55522f3466357c4c27615a6015d84dc</id>
<content type='text'>
This reverts commit 31ff07ed1eb05d01f7da3c017d542137a3db1e94.

* Don't add a test which only runs on production release
  * https://github.com/ruby/actions/actions/runs/20486784889/job/58870959976
* Don't add a new line to `ruby --help`
  * https://github.com/ruby/ruby/pull/14142#issuecomment-3689829564
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 31ff07ed1eb05d01f7da3c017d542137a3db1e94.

* Don't add a test which only runs on production release
  * https://github.com/ruby/actions/actions/runs/20486784889/job/58870959976
* Don't add a new line to `ruby --help`
  * https://github.com/ruby/ruby/pull/14142#issuecomment-3689829564
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Extract `ruby_api_version_name`"</title>
<updated>2025-12-24T13:55:44+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2025-12-24T13:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ba2f6972193cdbd7c1e77e26212513e47926b115'/>
<id>ba2f6972193cdbd7c1e77e26212513e47926b115</id>
<content type='text'>
This reverts commit 9b576cd6255aba97e5e2f55f4b09f00c7dd0e839.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 9b576cd6255aba97e5e2f55f4b09f00c7dd0e839.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop bumping RUBY_PATCHLEVEL in release versions (#15502)</title>
<updated>2025-12-11T18:57:06+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-12-11T18:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d02c97157476bbd9774f2bf6425a69166b99da1b'/>
<id>d02c97157476bbd9774f2bf6425a69166b99da1b</id>
<content type='text'>
[[Misc #21770]](https://bugs.ruby-lang.org/issues/21770)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[[Misc #21770]](https://bugs.ruby-lang.org/issues/21770)</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use non blocking pipes for RUBY_CRASH_REPORT</title>
<updated>2025-11-23T15:41:41+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-11-21T22:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=190b017fc6c21ff7b61c2b5ece0294785e4a4ca2'/>
<id>190b017fc6c21ff7b61c2b5ece0294785e4a4ca2</id>
<content type='text'>
[Bug #21703]

RUBY_CRASH_REPORT does not work in some cases when shelling out on Linux.
For example, given the following shell script dump.sh:

    #!/usr/bin/env bash
    cat &gt; /tmp/crash

And we see it fails like this:

    $ RUBY_CRASH_REPORT="|dump.sh" ruby -rfiddle -e "Fiddle::Pointer.new(1, 10)[0]"
    cat: -: Resource temporarily unavailable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Bug #21703]

RUBY_CRASH_REPORT does not work in some cases when shelling out on Linux.
For example, given the following shell script dump.sh:

    #!/usr/bin/env bash
    cat &gt; /tmp/crash

And we see it fails like this:

    $ RUBY_CRASH_REPORT="|dump.sh" ruby -rfiddle -e "Fiddle::Pointer.new(1, 10)[0]"
    cat: -: Resource temporarily unavailable
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21638] Mark ractor-local `$VERBOSE` and `$DEBUG`</title>
<updated>2025-10-14T03:38:52+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-14T03:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e94a2f691d67ad98be9036e76c765fcfa7d22552'/>
<id>e94a2f691d67ad98be9036e76c765fcfa7d22552</id>
<content type='text'>
https://github.com/sampersand/blog/blob/master/the%20-s%20flag.md#the-segfault
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/sampersand/blog/blob/master/the%20-s%20flag.md#the-segfault
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify that RubyGems is enabled by default</title>
<updated>2025-10-07T04:21:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-10-07T03:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cdf5f493362df1261ecc87f9644f2b0c2f2a409'/>
<id>4cdf5f493362df1261ecc87f9644f2b0c2f2a409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also add LSAN_OPTIONS=handle_segv=0 in assert_segv</title>
<updated>2025-10-05T16:00:47+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2025-10-05T15:15:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=704677257ecb01c7ee10aa0dfc55ca1d4fc4636d'/>
<id>704677257ecb01c7ee10aa0dfc55ca1d4fc4636d</id>
<content type='text'>
Just like ASAN, when running with LSAN, we also want to set handle_segv=0
in assert_segv to make sure that the tests pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just like ASAN, when running with LSAN, we also want to set handle_segv=0
in assert_segv to make sure that the tests pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unset RUBY_CRASH_REPORT in tests that crash on purpose</title>
<updated>2025-09-17T17:35:35+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-09-15T21:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7ed1b24bf3a9400cdf67cc080414d56fa3cfe72d'/>
<id>7ed1b24bf3a9400cdf67cc080414d56fa3cfe72d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZJIT: Fix tests for ZJIT (#14460)</title>
<updated>2025-09-05T22:08:21+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-05T22:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=72ddfc131f87118a772d30c8692857c793999b4b'/>
<id>72ddfc131f87118a772d30c8692857c793999b4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase timeout for a flaky test (#14228)</title>
<updated>2025-08-14T21:54:12+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashi.kokubun@shopify.com</email>
</author>
<published>2025-08-14T21:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9cf27e0a42648cc022bca87c135ecff99d3edd09'/>
<id>9cf27e0a42648cc022bca87c135ecff99d3edd09</id>
<content type='text'>
https://github.com/ruby/ruby/actions/runs/16974964229/job/48121382131</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/actions/runs/16974964229/job/48121382131</pre>
</div>
</content>
</entry>
</feed>
